]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- tabs
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 19 Feb 2011 16:03:43 +0000 (16:03 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 19 Feb 2011 16:03:43 +0000 (16:03 +0000)
svn-id: @12170

service

diff --git a/service b/service
index 7112460bf4c85e2ca294e549c20992cef1350432..f4488c6c87e6a3b046422322cd0b8d509aafb480 100755 (executable)
--- a/service
+++ b/service
@@ -45,15 +45,15 @@ while [ $# -gt 0 ]; do
                echo "${VERSION}" >&2
                exit 0
                ;;
-         --upstart)
-               USE_UPSTART=yes
+       --upstart)
+               USE_UPSTART=yes
                shift
                ;;
-         --no-upstart)
-               USE_UPSTART=no
+       --no-upstart)
+               USE_UPSTART=no
                shift
                ;;
-         *)
+       *)
                if [ -z "${SERVICE}" -a $# -eq 1 -a "${1}" = "--status-all" ]; then
                        cd ${SERVICEDIR}
                        for SERVICE in *; do
This page took 1.541944 seconds and 4 git commands to generate.