From: Paweł Sikora Date: Wed, 4 Aug 2010 12:27:32 +0000 (+0000) Subject: - adjust paths. X-Git-Tag: auto/th/ggaoed-1_1-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fggaoed.git;a=commitdiff_plain;h=18ccc236235e6cc000badf35ae5964382187a423 - adjust paths. Changed files: ggaoed.init -> 1.2 --- diff --git a/ggaoed.init b/ggaoed.init index 29f0d4b..3b70386 100644 --- a/ggaoed.init +++ b/ggaoed.init @@ -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 $? ;; *)