PPOE Skript sollte den kill, CGI Fixes

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@607 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-06-04 19:37:49 +00:00
parent 3ef6c343e0
commit afbda81596
8 changed files with 43 additions and 41 deletions

View File

@@ -113,7 +113,7 @@ case "${2}" in
boot_mesg "Bringing down the PPPoE interface on ${1}..."
modprobe -r pppoe >/dev/null 2>&1
kill $(cat /var/run/pppd-ipfire.pid)
kill $(head -1 /var/run/ppp-ipfire.pid)
sleep 2
ip addr del 1.1.1.1/24 broadcast 1.1.1.255 dev ${1}