dhclient in /usr/sbin
[hdw-linux/hdw-linux.git] / misc / sysfiles / etc / conf / network
index 7cf6645..6868eec 100644 (file)
@@ -21,7 +21,7 @@ xx() { echo ">> $*" ; eval "$*" ; }
 start_net() {
        if [ ".$DHCP" = ".on" ] ; then
                echo "starting dhclient."
-               /sbin/dhclient -q $IF_0
+               /usr/sbin/dhclient -q $IF_0
        else
                echo "setting up network ..."
                # xx insmod ip_tables
@@ -38,7 +38,7 @@ start_net() {
 stop_net() {
        if [ ".$DHCP" = ".on" ] ; then
                echo "stopping dhclient."
-               killall -15 /sbin/dhclient
+               killall -15 /usr/sbin/dhclient
                ifconfig $IF_0 down
        else
                echo "shutting down network ..."