From 2f33b947d7c2d48a98423cab24929100e56d94a6 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 7 Oct 2012 14:54:44 +0200 Subject: rc.conf: default to empty DAEMONS array MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The user should pick what daemons to use, no need to provide default ones. In particular as this is also used by systemd, where the default units no longer make sense. Suggested-by: Thomas Bächler Signed-off-by: Tom Gundersen --- rc.conf.5.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rc.conf.5.txt') 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]] ------------ -- cgit v1.2.3