From 05d1862d81e479d66afcb055522271dbbea9b626 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 5 Dec 2010 09:22:19 -0800 Subject: [PATCH] Fix syntax error in .spec --- Shorewall-init/shorewall-init.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 84415bc51..299b9b2bb 100644 --- a/Shorewall-init/shorewall-init.spec +++ b/Shorewall-init/shorewall-init.spec @@ -74,14 +74,12 @@ else if [ -d /etc/ppp ]; then if [ -f /etc/ppp/ip-up.local -o -f /etc/ppp/ip-down.local ]; then if ! grep -q Shorewall-based /etc/ppp/ip-up.local || ! grep -q Shorewall-based /etc/ppp//ip-down.local; then - echo "WARNING: /etc/ppp/ip-up.local and/or /etc/ppp/ip-down.local already exist; ppp devices will not be handled" >&2 + echo "WARNING: /etc/ppp/ip-up.local and/or /etc/ppp/ip-down.local already exist; ppp devices will not be handled" >&2 + fi else cp -pf /usr/share/shorewall-init/ifupdown /etc/ppp/ip-up.local cp -pf /usr/share/shorewall-init/ifupdown /etc/ppp/ip-down.local fi - else - cp -pf /usr/share/shorewall-init/ifupdown /etc/ppp/ip-up.local - cp -pf /usr/share/shorewall-init/ifupdown /etc/ppp/ip-down.local fi if [ -d /etc/NetworkManager/dispatcher.d/ ]; then