Author: pluto                        Date: Wed Aug  4 12:27:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adjust paths.

---- Files affected:
packages/ggaoed:
   ggaoed.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/ggaoed/ggaoed.init
diff -u packages/ggaoed/ggaoed.init:1.1 packages/ggaoed/ggaoed.init:1.2
--- packages/ggaoed/ggaoed.init:1.1     Wed Aug  4 14:20:04 2010
+++ packages/ggaoed/ggaoed.init Wed Aug  4 14:27:32 2010
@@ -19,7 +19,7 @@
 . /etc/sysconfig/network
 
 # Get service config
-[ -f /etc/sysconfig/ggaoed.conf ] && . /etc/sysconfig/ggaoed.conf
+[ -f /etc/sysconfig/ggaoed ] && . /etc/sysconfig/ggaoed
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
@@ -58,7 +58,7 @@
        if [ -f /var/lock/subsys/ggaoed ]; then
                msg_reloading ggaoed
                busy
-               ggaoectl reload
+               /usr/sbin/ggaoectl reload
                RETVAL=$?
                [ $RETVAL -ne 0 ] && RETVAL=7
                [ $RETVAL -eq 0 ] && ok || fail
@@ -103,7 +103,7 @@
        ;;
   status)
        status ggaoed
-       ggaoectl stats
+       /usr/sbin/ggaoectl stats
        exit $?
        ;;
   *)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ggaoed/ggaoed.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