system/cronie: Fix README.

This commit is contained in:
B. Watson 2016-11-14 16:23:44 -05:00 committed by Willy Sudiarto Raharjo
parent 34153f69ad
commit 6cd95adecb
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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