From 6cd95adecbedca3bb597da907b685b94da80c6e7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:23:44 -0500 Subject: system/cronie: Fix README. --- system/cronie/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'system') 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 -- cgit v1.2.3