[Lunar-commits] r15810 - moonbase/trunk/security/firestarter/init.d

Jan Eidtmann cmak at lunar-linux.org
Thu Jul 21 23:48:20 UTC 2005


Author: cmak
Date: 2005-07-21 23:48:19 +0000 (Thu, 21 Jul 2005)
New Revision: 15810

Modified:
   moonbase/trunk/security/firestarter/init.d/firestarter
Log:
isnt speechless

Modified: moonbase/trunk/security/firestarter/init.d/firestarter
===================================================================
--- moonbase/trunk/security/firestarter/init.d/firestarter	2005-07-21 23:39:58 UTC (rev 15809)
+++ moonbase/trunk/security/firestarter/init.d/firestarter	2005-07-21 23:48:19 UTC (rev 15810)
@@ -12,16 +12,13 @@
 # first line of defence against network based attacks.
 
 case $1 in
-    start)        echo     "$1ing firewall."
-                  firestarter -s
+    start)        firestarter -s
                   ;;
 
-    stop)         echo     "$1ping firewall."
-		  firestarter -p
+    stop)         firestarter -p
                   ;;
 		  
-    restart)	  echo	   "$1ing firewall."
-		  firestarter -p
+    restart)	  firestarter -p
 	          firestarter -s
 		  ;;
 



More information about the Lunar-commits mailing list