]> git.pld-linux.org Git - packages/ConsoleKit.git/commitdiff
- cleanup
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Mar 2007 22:23:39 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ConsoleKit.init -> 1.2

ConsoleKit.init

index 37b49c87768a317f044d90acf64bd188df763aaf..c986d5b0308bfc69bc4601262fe072b259438d3f 100644 (file)
@@ -52,18 +52,6 @@ case "$1" in
        stop
        ;;
   restart)
-       stop
-       start
-       exit $?
-       ;;
-  reload)
-       reload
-       ;;
-  force-reload)
-       # if program allows reloading without stopping
-       reload
-
-       # or if it doesn't
        stop
        start
        ;;
@@ -72,7 +60,7 @@ case "$1" in
        RETVAL=$?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|status}"
        exit 3
 esac
 
This page took 0.072126 seconds and 4 git commands to generate.