freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-devel] [PATCH 5/9] Reload operation is not supported by the da


From: Jan Safranek
Subject: [Freeipmi-devel] [PATCH 5/9] Reload operation is not supported by the daemons
Date: Wed, 23 Sep 2009 12:46:27 +0200
User-agent: StGIT/0.14.3

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 <address@hidden>
---

 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=$?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]