Dr. Werner Fink 2010-07-16 15:34:26 +00:00 committed by Git OBS Bridge
parent a298b01ede
commit 819b459ff1
2 changed files with 8 additions and 1 deletions

View File

@ -32,7 +32,7 @@ case "$1" in
;; ;;
stop) stop)
echo -n "Shutting down UPS monitoring daemon" echo -n "Shutting down UPS monitoring daemon"
killproc -TERM $POWERD killproc $POWERD
rc_status -v rc_status -v
;; ;;
try-restart) try-restart)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 16 17:22:27 CEST 2010 - werner@suse.de
- Newer killproc sends only SIGTERM as required by LSB if -TERM is
specified on the command line. Use the default which is SIGTERM
followed by SIGKILL if the timeout of 5 seconds is reached.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 2 15:01:00 UTC 2010 - coolo@novell.com Wed Jun 2 15:01:00 UTC 2010 - coolo@novell.com