LSB defines 'reload' as 'configuration of the service to be reloaded
without actually stopping and restarting the service', which is definitely
not the same as 'restart', where it leads now.

Signed-off-by: Jan Safranek <[email protected]>
---

 bmc-watchdog/freeipmi-bmc-watchdog.init |    2 +-
 ipmidetect/freeipmi-ipmidetectd.init    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bmc-watchdog/freeipmi-bmc-watchdog.init 
b/bmc-watchdog/freeipmi-bmc-watchdog.init
index d161931..9a20d2a 100755
--- a/bmc-watchdog/freeipmi-bmc-watchdog.init
+++ b/bmc-watchdog/freeipmi-bmc-watchdog.init
@@ -109,7 +109,7 @@ case "$1" in
       Xstop
       ;;
 
-  restart|reload)
+  restart)
        $0 stop
        $0 start
        RETVAL=$?
diff --git a/ipmidetect/freeipmi-ipmidetectd.init 
b/ipmidetect/freeipmi-ipmidetectd.init
index 101fe58..b04d0d7 100644
--- a/ipmidetect/freeipmi-ipmidetectd.init
+++ b/ipmidetect/freeipmi-ipmidetectd.init
@@ -93,7 +93,7 @@ case "$1" in
        echo -n "Shutting down ipmidetectd: "
        Xstop
        ;;
-  restart|reload)
+  restart)
        $0 stop
        $0 start
        RETVAL=$?



_______________________________________________
Freeipmi-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to