From 819b459ff1252c2558558ad1c80581a586d105c825f3bb5a3086d4ae5e937b5a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 16 Jul 2010 15:34:26 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=59 --- rc.powerd | 2 +- sysvinit.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rc.powerd b/rc.powerd index f217b40..87ec66c 100644 --- a/rc.powerd +++ b/rc.powerd @@ -32,7 +32,7 @@ case "$1" in ;; stop) echo -n "Shutting down UPS monitoring daemon" - killproc -TERM $POWERD + killproc $POWERD rc_status -v ;; try-restart) diff --git a/sysvinit.changes b/sysvinit.changes index 1de7787..cb0d67e 100644 --- a/sysvinit.changes +++ b/sysvinit.changes @@ -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