]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firestarter.init -> 1.3

firestarter.init

index 765254ecc763afd83f2bfcc9160114d1f5a8b319..3741e62a1355db0309258edf6e31d10a516ea2fa 100644 (file)
@@ -5,7 +5,7 @@
 # chkconfig:   2345 11 89
 #
 # description: Starts and stops FireStarter, an easy-to-use,
-#       yet powerful, Linux firewall tool for GNOME. 
+#       yet powerful, Linux firewall tool for GNOME.
 #
 # $Id$
 
@@ -38,7 +38,7 @@ case "$1" in
                 busy
                $FS_CONTROL start > /dev/null
                RETVAL=$?
-                if [ $RETVAL -eq 0 ]; then 
+                if [ $RETVAL -eq 0 ]; then
                     touch /var/lock/subsys/firestarter
                     ok
                 else
@@ -70,13 +70,13 @@ case "$1" in
                 busy
                 $FS_CONTROL stop > /dev/null
                RETVAL=$?
-                if [ ! $RETVAL -eq 0 ]; then 
+                if [ ! $RETVAL -eq 0 ]; then
                     fail
                     exit $RETVAL
                 fi
                $FS_CONTROL start > /dev/null
                RETVAL=$?
-                if [ ! $RETVAL -eq 0 ]; then 
+                if [ ! $RETVAL -eq 0 ]; then
                     fail
                     exit $RETVAL
                 fi
This page took 0.087044 seconds and 4 git commands to generate.