mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
Correct -lite installer and uninstaller
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8a5e71a56f
commit
f2cc68b93b
@ -117,7 +117,10 @@ finished=0
|
|||||||
configure=1
|
configure=1
|
||||||
|
|
||||||
while [ $finished -eq 0 ] ; do
|
while [ $finished -eq 0 ] ; do
|
||||||
case "$1" in
|
|
||||||
|
option=$1
|
||||||
|
|
||||||
|
case "$option" in
|
||||||
-*)
|
-*)
|
||||||
option=${option#-}
|
option=${option#-}
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ if [ -f "$FIREWALL" ]; then
|
|||||||
updaterc.d shorewall-lite remove
|
updaterc.d shorewall-lite remove
|
||||||
elif mywhich insserv ; then
|
elif mywhich insserv ; then
|
||||||
insserv -r $FIREWALL
|
insserv -r $FIREWALL
|
||||||
elif [ mywhich chkconfig ; then
|
elif mywhich chkconfig ; then
|
||||||
chkconfig --del $(basename $FIREWALL)
|
chkconfig --del $(basename $FIREWALL)
|
||||||
elif mywhich systemctl ; then
|
elif mywhich systemctl ; then
|
||||||
systemctl disable shorewall-lite
|
systemctl disable shorewall-lite
|
||||||
|
Loading…
Reference in New Issue
Block a user