summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/dcron/files/dcron.confd')
-rw-r--r--sys-process/dcron/files/dcron.confd7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-process/dcron/files/dcron.confd b/sys-process/dcron/files/dcron.confd
index 48b41577679d..61cdf12b43a7 100644
--- a/sys-process/dcron/files/dcron.confd
+++ b/sys-process/dcron/files/dcron.confd
@@ -1,8 +1,5 @@
# /etc/conf.d/dcron
-# Options to pass to dcron at startup
+# Options to pass to dcron at startup.
+# Default logging is via syslog; use -L to send to file.
DCRON_OPTS=""
-
-# Logfile to send log output to
-# Default is /var/log/cron.log, set to /dev/null to disable logging
-DCRON_LOG="/var/log/cron.log"