diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 6cd95adecbedca3bb597da907b685b94da80c6e7 (patch) | |
tree | bd6a7ec9c837f499e01e0a177cbf211d84e92236 /system/cronie | |
parent | 34153f69ad135acc4a3419562addc379e6ca7d20 (diff) |
system/cronie: Fix README.
Diffstat (limited to 'system/cronie')
-rw-r--r-- | system/cronie/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/cronie/README b/system/cronie/README index 91fb821be09c..b3882462b5e6 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 |