summaryrefslogtreecommitdiffstats
path: root/system/cronie/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/cronie/README')
-rw-r--r--system/cronie/README20
1 files changed, 7 insertions, 13 deletions
diff --git a/system/cronie/README b/system/cronie/README
index b3882462b5..03d2489e8f 100644
--- a/system/cronie/README
+++ b/system/cronie/README
@@ -1,7 +1,9 @@
-Cronie contains the standard UNIX daemon crond that runs specified programs
-at scheduled times and related tools. It is based on the original cron and
-has security and configuration enhancements like the ability to use pam
-and SELinux.
+cronie (The standard UNIX cron daemon)
+
+Cronie contains the standard UNIX daemon crond that runs specified
+programs at scheduled times and related tools. It is based on the
+original cron and has security and configuration enhancements like the
+ability to use pam and SELinux.
By default this SlackBuild will include anacron in the package. If you
don't want this, pass ANACRON=no to the SlackBuild.
@@ -11,14 +13,6 @@ 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)
+ # /etc/rc.d/rc.crond stop
# 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
-to:
- /usr/sbin/crond