Sophie

Sophie

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

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

diff -Naur shorewall6-4.2.5/init.sh shorewall6-4.2.4.1.tpg/init.sh
--- shorewall6-4.2.5/init.sh	2008-12-25 15:37:55.000000000 +0000
+++ shorewall6-4.2.5.eugeni/init.sh	2009-01-03 03:20:06.000000000 +0000
@@ -37,7 +37,7 @@
 #	   shorewall6 status			  Displays firewall status
 #
 
-# chkconfig: 2345 25 90
+# chkconfig: 2345 10 90
 # description: Packet filtering firewall
 
 ### BEGIN INIT INFO
@@ -48,13 +48,14 @@
 # Default-Start:  2 3 5
 # Default-Stop:	  0 1 6
 # Description:	  starts and stops the shorewall6 firewall
+# Short-Description: shorewal-ipv6
 ### 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
 }
 
@@ -77,7 +78,7 @@
     start|restart|stop)
 	exec /sbin/shorewall6 $OPTIONS $@
 	;;
-    stop|restart|status)
+    stop|restart|status|clear)
 	exec /sbin/shorewall6 $@
 	;;
     reload)