22 Jun
2011
22 Jun
'11
4:27 a.m.
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@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