aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf5
-rw-r--r--rc.conf.5.txt4
2 files changed, 7 insertions, 2 deletions
diff --git a/rc.conf b/rc.conf
index fc9ccdd..f056d74 100644
--- a/rc.conf
+++ b/rc.conf
@@ -7,7 +7,10 @@
# For more details on rc.conf see rc.conf(5).
#
-DAEMONS=(syslog-ng network crond)
+DAEMONS=()
+
+# a reasonable default DAEMONS array is:
+# DAEMONS=(syslog-ng network crond)
# Storage
#
diff --git a/rc.conf.5.txt b/rc.conf.5.txt
index 8983871..7ea563e 100644
--- a/rc.conf.5.txt
+++ b/rc.conf.5.txt
@@ -35,7 +35,9 @@ make a difference if the hwclock program has been calibrated correctly.
If you use a network filesystem, you should enable 'netfs'.
- DAEMONS=('syslog-ng' 'network' 'crond')
+You might also want to enable 'syslog-ng', 'network' and 'crond'.
+
+ DAEMONS=()
STORAGE[[S]]
------------