diff --git a/Shorewall2/init.sh b/Shorewall2/init.sh index f340edd80..126fbef84 100644 --- a/Shorewall2/init.sh +++ b/Shorewall2/init.sh @@ -34,7 +34,11 @@ RCDLINKS="2,S41 3,S41 6,K41" # shorewall stop Stops the firewall # shorewall status Displays firewall status # -#### BEGIN INIT INFO + +# chkconfig: 2345 25 90 +# description: Packet filtering firewall + +### BEGIN INIT INFO # Provides: shorewall # Required-Start: $network # Required-Stop: @@ -43,10 +47,6 @@ RCDLINKS="2,S41 3,S41 6,K41" # Description: starts and stops the shorewall firewall ### END INIT INFO -# chkconfig: 2345 25 90 -# description: Packet filtering firewall -# - ################################################################################ # Give Usage Information # ################################################################################