mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 11:41:26 +02:00
Clear PHASE on non-Debian systems in the ifupdown script
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b3316d755a
commit
099133f7ff
@ -109,6 +109,8 @@ if [ -f /etc/debian_version ]; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
elif [ -f /etc/SuSE-release ]; then
|
elif [ -f /etc/SuSE-release ]; then
|
||||||
|
PHASE=''
|
||||||
|
|
||||||
case $0 in
|
case $0 in
|
||||||
/etc/ppp*)
|
/etc/ppp*)
|
||||||
#
|
#
|
||||||
@ -140,6 +142,8 @@ else
|
|||||||
#
|
#
|
||||||
# Assume RedHat/Fedora/CentOS/Foobar/...
|
# Assume RedHat/Fedora/CentOS/Foobar/...
|
||||||
#
|
#
|
||||||
|
PHASE=''
|
||||||
|
|
||||||
case $0 in
|
case $0 in
|
||||||
/etc/ppp*)
|
/etc/ppp*)
|
||||||
INTERFACE="$1"
|
INTERFACE="$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user