From 099133f7ff7c3a17796b1ca57893f623b086ec42 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 2 Jun 2012 09:23:31 -0700 Subject: [PATCH] Clear PHASE on non-Debian systems in the ifupdown script Signed-off-by: Tom Eastep --- Shorewall-init/ifupdown.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Shorewall-init/ifupdown.sh b/Shorewall-init/ifupdown.sh index 049251377..13552f16d 100644 --- a/Shorewall-init/ifupdown.sh +++ b/Shorewall-init/ifupdown.sh @@ -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"