Accepting request 60071 from Base:System

Accepted submit request 60071 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/60071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysvinit?expand=0&rev=97
This commit is contained in:
Marcus Rückert 2011-02-04 17:13:54 +00:00 committed by Git OBS Bridge
commit 43589ca6af
3 changed files with 1903 additions and 56 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 4 15:02:22 CET 2011 - werner@novell.com
- Killproc:
* Add new program rvmtab to write out the current content of
/proc/mounts in the reverse mount order determined with the
help of /proc/self/mountinfo
* Use faster pointer list implementation
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 27 13:00:09 UTC 2011 - werner@novell.com Thu Jan 27 13:00:09 UTC 2011 - werner@novell.com

View File

@ -287,6 +287,7 @@ rm -rf ${RPM_BUILD_ROOT}
/sbin/detectups /sbin/detectups
%endif %endif
/sbin/startpar /sbin/startpar
/sbin/rvmtab
/sbin/vhangup /sbin/vhangup
/sbin/mkill /sbin/mkill
/sbin/startproc /sbin/startproc
@ -321,6 +322,7 @@ rm -rf ${RPM_BUILD_ROOT}
%doc %{_mandir}/man8/start_daemon.8.gz %doc %{_mandir}/man8/start_daemon.8.gz
%doc %{_mandir}/man8/startpar.8.gz %doc %{_mandir}/man8/startpar.8.gz
%doc %{_mandir}/man8/sulogin.8.gz %doc %{_mandir}/man8/sulogin.8.gz
%doc %{_mandir}/man8/rvmtab.8.gz
%doc %{_mandir}/man8/vhangup.8.gz %doc %{_mandir}/man8/vhangup.8.gz
%doc %{_mandir}/man8/mkill.8.gz %doc %{_mandir}/man8/mkill.8.gz