summaryrefslogtreecommitdiffstats
path: root/system/cronie/crond.default
diff options
context:
space:
mode:
Diffstat (limited to 'system/cronie/crond.default')
-rw-r--r--system/cronie/crond.default9
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=""