1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-12 20:35:05 +02:00

Make reload ad force-reload a no-op on Debian

This commit is contained in:
Tom Eastep
2010-05-24 16:26:50 -07:00
parent 273b2252e3
commit b972de959e

@ -116,8 +116,6 @@ case "$1" in
shorewall_stop
;;
reload|force-reload)
shorewall_start
shorewall_stop
;;
*)
echo "Usage: /etc/init.d/shorewall-init {start|stop|reload|force-reload}"