[arch-projects] [RFC] [PATCH] [initscripts] rc.conf: Disable network and netfs by default.

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Jun 22 00:27:54 EDT 2011


By default, there is no network is configured in rc.conf. So if you boot
the machine with an unmodified rc.conf you will see a warning
about network deprecation settings.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 rc.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.conf b/rc.conf
index 5984171..bd13fce 100644
--- a/rc.conf
+++ b/rc.conf
@@ -114,4 +114,4 @@ NETWORK_PERSIST="no"
 # If something other takes care of your hardware clock (ntpd, dual-boot...)
 # you should disable 'hwclock' here.
 #
-DAEMONS=(hwclock syslog-ng network netfs crond)
+DAEMONS=(hwclock syslog-ng !network !netfs crond)
-- 
1.7.5.2



More information about the arch-projects mailing list