summaryrefslogtreecommitdiffstats
path: root/system/cronie/README
diff options
context:
space:
mode:
author Chris Abela <kristofru@gmail.com>2013-06-20 23:00:35 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-06-20 23:00:35 -0300
commit4b0e471e5ee7ae2a63984f856ed54ab86b71f6f9 (patch)
tree0902040e28c6290ddad6c6fe2e250d5e531f9645 /system/cronie/README
parenta4be51134f676962ff6b29289913fd3f04adb4f9 (diff)
downloadslackbuilds-4b0e471e5ee7ae2a63984f856ed54ab86b71f6f9.tar.gz
slackbuilds-4b0e471e5ee7ae2a63984f856ed54ab86b71f6f9.tar.xz
system/cronie: Updated for version 1.4.9.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/cronie/README')
-rw-r--r--system/cronie/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/cronie/README b/system/cronie/README
index 0494ca1eea..619f5743ca 100644
--- a/system/cronie/README
+++ b/system/cronie/README
@@ -3,16 +3,16 @@ at scheduled times and related tools. It is based on the original cron and
has security and configuration enhancements like the ability to use pam
and SELinux.
-By default this SlackBuild will include anacron in the package. If you do want
-this, pass ANACRON=no to the SlackBuild.
+By default this SlackBuild will include anacron in the package. If you
+don't want this, pass ANACRON=no to the SlackBuild.
Note that Slackware has dcron - Dillon's Cron daemon. This package will
conflict with this package. It is advised to remove dcron before installing
cronie:
Stop the dcron daemon:
- # ps x | grep cron
- # kill <cron_pid>
+ # pgrep crond
+ # kill <crond_pid>
Remove the dcron package:
# removepkg dcron
# rm -rf /var/spool/cron