View previous topic :: View next topic |
Author |
Message |
ratch3t.x n00b
Joined: 19 Dec 2006 Posts: 60
|
Posted: Sat Jul 28, 2007 3:15 am Post subject: net.eth0 still tries to start |
|
|
im using my wireless card device *ra0* so theres no more need to use net.eth0 anymore
so i ran rc-update del net.eth0 and it continues to try to start :
rc-update show
alsasound - boot
bootmisc - boot
checkfs - boot
checkroot - boot
clock - boot
hostname - boot
keymaps - boot
local - default nonetwork
localmount - boot
modules - boot
modules - boot
splash - boot
syslog-ng - default
urandom - boot
vixie-cron - default
any idea why its doing this? |
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Sat Jul 28, 2007 7:11 am Post subject: |
|
|
It's udev doing that for you. Edit /etc/conf.d/rc and find this line:
Code: |
RC_PLUG_SERVICES=""
|
then change it to
Code: |
RC_PLUG_SERVICES="!net.eth0"
|
I think that'll stop it. _________________ Thomas S. Howard |
|
Back to top |
|
|
|