]> git.pld-linux.org Git - packages/ggaoed.git/blobdiff - ggaoed.init
- adjust paths.
[packages/ggaoed.git] / ggaoed.init
index 29f0d4bdb8b5b62ffd618d8a7a6ec71613e77129..3b70386bbc5cbd792ec188fb2dda0c59711f284c 100644 (file)
@@ -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 @@ reload() {
        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 @@ case "$1" in
        ;;
   status)
        status ggaoed
-       ggaoectl stats
+       /usr/sbin/ggaoectl stats
        exit $?
        ;;
   *)
This page took 0.095156 seconds and 4 git commands to generate.