From a8e906cdecc209277e85c0962eb60746fe73d6e2 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Mon, 8 Oct 2007 12:36:16 +0200 Subject: [PATCH] Modified bcron to display an error when cron is installed. --- base/bcron/bcron.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/bcron/bcron.conf b/base/bcron/bcron.conf index 36a462cc6..b69345834 100644 --- a/base/bcron/bcron.conf +++ b/base/bcron/bcron.conf @@ -13,6 +13,11 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +# This package is mutually exclusive with cron. +if pkginstalled cron; then + echo_error "CLASH: cron and $pkg don't go together." +fi + pkgprefix -t bglibs sysconfdir=$sysconfdir/$pkg