Accepting request 43070 from Base:System
Copy from Base:System/sysvinit based on submit request 43070 from user WernerFink OBS-URL: https://build.opensuse.org/request/show/43070 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysvinit?expand=0&rev=77
This commit is contained in:
commit
4e434c0d58
@ -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)
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ License: GPLv2+
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.88
|
Version: 2.88
|
||||||
Release: 9
|
Release: 10
|
||||||
Summary: SysV-Style init
|
Summary: SysV-Style init
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: audit-devel libselinux-devel libsepol-devel pam-devel
|
BuildRequires: audit-devel libselinux-devel libsepol-devel pam-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user