mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01: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/^.*> //'`
|
||||
elif [ -L /var/lib/shorewall/firewall ]; then
|
||||
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
|
||||
FIREWALL=
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user