Dr. Werner Fink 2011-02-04 14:44:33 +00:00 committed by Git OBS Bridge
parent f05afc4952
commit 36cf09c832
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
of /proc/self/mountinfo
* Use faster pointer list implementation
-------------------------------------------------------------------
Thu Jan 27 13:00:09 UTC 2011 - werner@novell.com

View File

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