]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Keepconnected muss geloescht werden.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 12:38:30 +0000 (12:38 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 12:38:30 +0000 (12:38 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@823 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

src/initscripts/init.d/networking/red

index 68f495ae4cd07a2bc733144e9a280664dc5199d1..2ec06f04d0e8b66697b3cce7bd20e72c6d5c76c1 100644 (file)
@@ -288,6 +288,7 @@ case "${1}" in
                
                elif [ "$TYPE" == "PPPOE" ]; then
                        boot_mesg "Bringing down the PPPoE interface on ${DEVICE}..."
+                       rm -f /var/ipfire/red/keepconnected
                        killproc /usr/sbin/pppd
                        
                        ip addr del 1.1.1.1/24 broadcast 1.1.1.255 dev ${DEVICE}