From 18ccc236235e6cc000badf35ae5964382187a423 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Wed, 4 Aug 2010 12:27:32 +0000 Subject: [PATCH] - adjust paths. Changed files: ggaoed.init -> 1.2 --- ggaoed.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 $? ;; *) -- 2.43.0