Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 0b96e2141a20f7aca35f8cbf8bac4b3d > files > 12

shorewall-4.2.8-2mdv2009.1.src.rpm

diff -Naur shorewall6-lite-4.2.5/init.sh shorewall6-lite-4.2.4.1.tpg/init.sh
--- shorewall6-lite-4.2.5/init.sh	2008-12-10 00:33:55.000000000 +0000
+++ shorewall6-lite-4.2.5.eugeni/init.sh	2009-01-03 03:24:55.000000000 +0000
@@ -37,7 +37,7 @@
 #	   shorewall6-lite status			  Displays firewall status
 #
 
-# chkconfig: 2345 25 90
+# chkconfig: 2345 10 90
 # description: Packet filtering firewall
 
 ### BEGIN INIT INFO
@@ -47,13 +47,14 @@
 # Default-Start:  2 3 5
 # Default-Stop:	  0 1 6
 # Description:	  starts and stops the shorewall firewall
+# Short-Description: shorewall-ipv6-lite
 ### END INIT INFO
 
 ################################################################################
 # Give Usage Information						       #
 ################################################################################
 usage() {
-    echo "Usage: $0 start|stop|reload|restart|status"
+    echo "Usage: $0 start|stop|reload|restart|status|clear"
     exit 1
 }
 
@@ -76,7 +77,7 @@
     start)
 	exec /sbin/shorewall6-lite $OPTIONS $@
 	;;
-    stop|restart|status)
+    stop|restart|status|clear)
 	exec /sbin/shorewall6-lite $@
 	;;
     reload)