From 739a12a27054ec06c85f9834fae9d0c03c1b7e4a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Jun 2014 09:45:38 +0200 Subject: [PATCH] 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. --- etc/xbps.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/xbps.conf b/etc/xbps.conf index 3f856fa7..73bfa2fd 100644 --- a/etc/xbps.conf +++ b/etc/xbps.conf @@ -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: # :. # # - 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.