etc/xbps.conf: comment out dcron virtualpkg; we ship an empty config file now.
The system virtualpkg preferences must be set somewhere, this is not xbps' job.
This commit is contained in:
parent
6bb61adb0e
commit
739a12a270
@ -53,7 +53,7 @@
|
||||
## VIRTUAL PACKAGES
|
||||
#
|
||||
# Virtual package overrides. You can set your own list of preferred virtual
|
||||
# packages in your system. This expects two arguments separated by a colon:
|
||||
# packages for your system. This expects two arguments separated by a colon:
|
||||
# <vpkgver>:<realpkgname>.
|
||||
#
|
||||
# - <vpkgver> means "virtual package name" and "version/revision"
|
||||
@ -66,8 +66,8 @@
|
||||
# Files bearing the same name in the configuration directory override the
|
||||
# ones from the system directory.
|
||||
#
|
||||
# By default we prefer the `dcron` package as default cron daemon.
|
||||
virtualpkg=cron-daemon-0_1:dcron
|
||||
# Example:
|
||||
# virtualpkg=cron-daemon-0_1:dcron
|
||||
|
||||
# You can also include additional files by using the "include" keyword.
|
||||
# This expects an absolute path to a file.
|
||||
|
Loading…
Reference in New Issue
Block a user