Author: glen                         Date: Mon Aug 22 12:23:41 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- still not finished

---- Files affected:
SOURCES:
   ApacheJServ.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ApacheJServ.init
diff -u SOURCES/ApacheJServ.init:1.1 SOURCES/ApacheJServ.init:1.2
--- SOURCES/ApacheJServ.init:1.1        Fri Aug 19 19:14:27 2005
+++ SOURCES/ApacheJServ.init    Mon Aug 22 14:23:36 2005
@@ -27,14 +27,13 @@
        exit 0
 fi
 
-
 # See how we were called.
 case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/jserv ]; then
                msg_starting jserv
-               daemon jserv
+               daemon --user jserv jserv
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/jserv
        else
@@ -58,12 +57,10 @@
        ;;
   reload)
        if [ -f /var/lock/subsys/jserv ]; then
-               # show "Reload %s service" jserv
                msg_reloading jserv
                killproc jserv -HUP
                RETVAL=$?
        else
-               # show "%s service is not running." jserv
                msg_not_running jserv >&2
                RETVAL=7
        fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ApacheJServ.init?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to