diff options
author | B. Watson <urchlay@slackware.uk> | 2023-08-08 03:56:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:52 +0700 |
commit | dbd163adc6ec7d3065f2479e79a6e5c9857781a5 (patch) | |
tree | e33e5f7e9c3aef5af5a2fe0844c19a128f3f5aef /system/cronie/crond.default | |
parent | a9bfc2f55bb287b96b29bb521cdd0ef3325d4170 (diff) |
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/crond.default')
-rw-r--r-- | system/cronie/crond.default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/cronie/crond.default b/system/cronie/crond.default new file mode 100644 index 0000000000..e7eeaac12b --- /dev/null +++ b/system/cronie/crond.default @@ -0,0 +1,9 @@ +# /etc/default/crond from SlackBuilds.org cronie package. +# The default Slackware version of this file has this: +#CROND_OPTS="-l notice" +# ...which doesn't do anything in cronie's crond, though it's +# been patched to accept (and ignore) the -l option so it can +# work with dcron's leftover config file. + +# Default is, no options at all: +CROND_OPTS="" |