summaryrefslogtreecommitdiffstats
path: root/system/cronie/README
diff options
context:
space:
mode:
author Chris Abela <kristofru@gmail.com>2013-10-27 01:12:37 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-27 23:39:00 -0500
commit12cd740b634feae442197491f27e04852bf1f9ff (patch)
treef0f55c5d16bb8588424b66bbeaeeaf9447d788c3 /system/cronie/README
parente8f1239b6fa1b68cc41edd704c89eade3b86dbd1 (diff)
downloadslackbuilds-12cd740b634feae442197491f27e04852bf1f9ff.tar.gz
slackbuilds-12cd740b634feae442197491f27e04852bf1f9ff.tar.xz
system/cronie: Updated for version 1.4.11.
- gunzipping of various support files by rworkman Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/cronie/README')
-rw-r--r--system/cronie/README11
1 files changed, 3 insertions, 8 deletions
diff --git a/system/cronie/README b/system/cronie/README
index 619f5743ca..91fb821be0 100644
--- a/system/cronie/README
+++ b/system/cronie/README
@@ -7,13 +7,11 @@ 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
+conflict with dcron, so it is advised to remove dcron before installing
cronie:
- Stop the dcron daemon:
- # pgrep crond
- # kill <crond_pid>
- Remove the dcron package:
+ Stop the dcron daemon and remove the dcron package:
+ # kill $(pgrep crond)
# removepkg dcron
# rm -rf /var/spool/cron
@@ -21,9 +19,6 @@ Slackware's boot script assumes that you have dcron and thus has to be
modified:
Change this line in /etc/rc.d/rc.M
-
/usr/sbin/crond -l notice
-
to:
-
/usr/sbin/crond