Patch from Tuomo Soini (tis at foobar dot fi) to correct startup on FC4 &

RHEL 3 systems.


git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2245 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
paulgear 2005-07-05 10:38:55 +00:00
parent 412707e3de
commit d31fd68261

View File

@ -34,7 +34,11 @@ RCDLINKS="2,S41 3,S41 6,K41"
# shorewall stop Stops the firewall # shorewall stop Stops the firewall
# shorewall status Displays firewall status # shorewall status Displays firewall status
# #
#### BEGIN INIT INFO
# chkconfig: 2345 25 90
# description: Packet filtering firewall
### BEGIN INIT INFO
# Provides: shorewall # Provides: shorewall
# Required-Start: $network # Required-Start: $network
# Required-Stop: # Required-Stop:
@ -43,10 +47,6 @@ RCDLINKS="2,S41 3,S41 6,K41"
# Description: starts and stops the shorewall firewall # Description: starts and stops the shorewall firewall
### END INIT INFO ### END INIT INFO
# chkconfig: 2345 25 90
# description: Packet filtering firewall
#
################################################################################ ################################################################################
# Give Usage Information # # Give Usage Information #
################################################################################ ################################################################################