/etc/init.d/freeipmi-ipmidetectd should return some no-zero exit code sometimes...
Signed-off-by: Jan Safranek <[email protected]> --- ipmidetect/freeipmi-ipmidetectd.init | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ipmidetect/freeipmi-ipmidetectd.init b/ipmidetect/freeipmi-ipmidetectd.init index a51e07e..f099c92 100644 --- a/ipmidetect/freeipmi-ipmidetectd.init +++ b/ipmidetect/freeipmi-ipmidetectd.init @@ -108,3 +108,4 @@ case "$1" in echo "Usage: $0 {start|stop|restart|status|condrestart|try-restart|force-reload}" exit 2 esac +exit $RETVAL _______________________________________________ Freeipmi-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/freeipmi-devel
