mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-23 18:59:31 +02:00
Fix uninstall to remove init script
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@298 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
23f6bb2371
commit
8ba46705cf
@ -82,6 +82,8 @@ if [ -L /usr/lib/shorewall/firewall ]; then
|
|||||||
FIREWALL=`ls -l /usr/lib/shorewall/firewall | sed 's/^.*> //'`
|
FIREWALL=`ls -l /usr/lib/shorewall/firewall | sed 's/^.*> //'`
|
||||||
elif [ -L /var/lib/shorewall/firewall ]; then
|
elif [ -L /var/lib/shorewall/firewall ]; then
|
||||||
FIREWALL=`ls -l /var/lib/shorewall/firewall | sed 's/^.*> //'`
|
FIREWALL=`ls -l /var/lib/shorewall/firewall | sed 's/^.*> //'`
|
||||||
|
elif [ -L /usr/lib/shorewall/init ]; then
|
||||||
|
FIREWALL=`ls -l /usr/lib/shorewall/init | sed 's/^.*> //'`
|
||||||
else
|
else
|
||||||
FIREWALL=
|
FIREWALL=
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user