]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/net/ifup
Noch ein Paar Komfortfunktionen.
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / net / ifup
index 2e1b820a2950914e4c3cf9c8e9198900afd08c6d..e9ff1d67bc3f82c9e4f002569c7794146fa5c538 100644 (file)
@@ -22,10 +22,7 @@ boot_mesg "Bringing up the $name interface..."
 boot_mesg_flush
 
 (
 boot_mesg_flush
 
 (
-       eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
-       eval $(/usr/local/bin/readhash /var/ipfire/dhcp/settings)
        eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
        eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
-       eval $(/usr/local/bin/readhash /var/ipfire/ppp/settings)
 
        if [ "$name" == "green" ]; then
                DEVICE="${GREEN_DEV}"
 
        if [ "$name" == "green" ]; then
                DEVICE="${GREEN_DEV}"
@@ -85,6 +82,7 @@ boot_mesg_flush
                        /etc/rc.d/init.d/net/common/ipv4-static ${RED_DEV} up
                fi
                
                        /etc/rc.d/init.d/net/common/ipv4-static ${RED_DEV} up
                fi
                
+               /usr/local/bin/dialctrl.pl up
                /etc/rc.d/init.d/net/red/update
 fi
 
                /etc/rc.d/init.d/net/red/update
 fi