]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- reload not implemeted. conform to LSB (thx qboosh)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jan 2006 10:46:25 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee.init -> 1.5

cherokee.init

index 8a4870067c3594d19936bc91afd74aef330530aa..c7cbb5221e3bf817cd364038694e9275252ca861 100644 (file)
@@ -69,21 +69,15 @@ case "$1" in
                msg_not_running "Cherokee Web Server"
        fi
        ;;
-  restart|reload)
+  restart)
        $0 stop
        $0 start
        exit $?
        ;;
-#  reload)
-#      if [ -f /var/lock/subsys/cherokee ]; then
-#              msg_reloading "Cherokee Web Server"
-#              start-stop-daemon --stop --pidfile /var/run/cherokee.pid --signal HUP && ok || fail
-#              RETVAL=$?
-#      else
-#              msg_not_running "Cherokee Web Server" >&2
-#              RETVAL=7
-#      fi
-#      ;;
+  reload)
+       # not implemented
+       RETVAL=3
+       ;;
   force-reload)
        $0 reload
        exit $?
This page took 0.116813 seconds and 4 git commands to generate.