Hello Jerry McBride,

> The problem I have is, how to get "ifconfig eth1 up" to run before the
> wireless stuff?

Add it to the preup function in /etc/conf.d/net. Something like this
should do it.

preup() {
        if [[ ${IFACE} == "eth1" ]]; then
                ifconfig eth1 up
        else
                return 0
        fi
}


-- 
Neil Bothwick

And all the Borg left was this darn Macintosh...

Attachment: signature.asc
Description: PGP signature

Reply via email to