]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- tabs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Apr 2010 19:18:15 +0000 (19:18 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Apr 2010 19:18:15 +0000 (19:18 +0000)
svn-id: @11309

rc.d/init.d/template.init

index 842e73fb3339745ba45d077f01cfb4862ee0492c..568e70ed7c54f7d6ac1e3da36950d64ce6d0f887 100644 (file)
@@ -131,10 +131,10 @@ RETVAL=0
 # See how we were called.
 case "$1" in
   start)
-       start
+       start
        ;;
   stop)
-       stop
+       stop
        ;;
   restart)
        checkconfig
@@ -147,7 +147,7 @@ case "$1" in
 # include force-reload here if program allows reloading without restart
 # otherwise remove reload action and support force-reload as restart if running
   reload|force-reload)
-       reload
+       reload
        ;;
 # use this one if program doesn't support reloading without restart
   force-reload)
This page took 0.039306 seconds and 4 git commands to generate.