diff options
Diffstat (limited to 'system/cronie/README')
-rw-r--r-- | system/cronie/README | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/system/cronie/README b/system/cronie/README index 619f5743ca0f..91fb821be09c 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 |