summaryrefslogtreecommitdiffstats
path: root/system/cronie/README
diff options
context:
space:
mode:
author B. Watson2023-08-08 09:56:51 +0200
committer Willy Sudiarto Raharjo2023-08-12 03:29:52 +0200
commitdbd163adc6ec7d3065f2479e79a6e5c9857781a5 (patch)
treee33e5f7e9c3aef5af5a2fe0844c19a128f3f5aef /system/cronie/README
parenta9bfc2f55bb287b96b29bb521cdd0ef3325d4170 (diff)
downloadslackbuilds-dbd163adc6ec7d3065f2479e79a6e5c9857781a5.tar.gz
system/cronie: Updated for version 1.6.1, new maintainer.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cronie/README')
-rw-r--r--system/cronie/README12
1 files changed, 3 insertions, 9 deletions
diff --git a/system/cronie/README b/system/cronie/README
index 20ac09d3f6..03d2489e8f 100644
--- a/system/cronie/README
+++ b/system/cronie/README
@@ -1,3 +1,5 @@
+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
@@ -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