Clear PHASE on non-Debian systems in the ifupdown script

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-02 09:23:31 -07:00
parent b3316d755a
commit 099133f7ff

View File

@ -109,6 +109,8 @@ if [ -f /etc/debian_version ]; then
;;
esac
elif [ -f /etc/SuSE-release ]; then
PHASE=''
case $0 in
/etc/ppp*)
#
@ -140,6 +142,8 @@ else
#
# Assume RedHat/Fedora/CentOS/Foobar/...
#
PHASE=''
case $0 in
/etc/ppp*)
INTERFACE="$1"