Browse Source

Modified bcron to display an error when cron is installed.

early
Minto van der Sluis 17 years ago committed by Alejandro Mery
parent
commit
a8e906cdec
  1. 5
      base/bcron/bcron.conf

5
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

Loading…
Cancel
Save