summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/cronie/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/cronie/README b/system/cronie/README
index 91fb821be0..b3882462b5 100644
--- a/system/cronie/README
+++ b/system/cronie/README
@@ -10,15 +10,15 @@ Note that Slackware has dcron - Dillon's Cron daemon. This package will
conflict with dcron, so it is advised to remove dcron before installing
cronie:
- Stop the dcron daemon and remove the dcron package:
- # kill $(pgrep crond)
- # removepkg dcron
- # rm -rf /var/spool/cron
+ Stop the dcron daemon and remove the dcron package:
+ # kill $(pgrep crond)
+ # removepkg dcron
+ # rm -rf /var/spool/cron
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
+ /usr/sbin/crond -l notice
to:
- /usr/sbin/crond
+ /usr/sbin/crond