[Pkg-sysvinit-commits] r1225 - in sysvinit/trunk/debian: . patches

pere at alioth.debian.org pere at alioth.debian.org
Sun Jan 20 09:48:12 UTC 2008


Author: pere
Date: 2008-01-20 09:48:12 +0000 (Sun, 20 Jan 2008)
New Revision: 1225

Added:
   sysvinit/trunk/debian/patches/83_killall_manref.dpatch
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/00list
Log:
  * New patch 83_killall_manref to add references between killall5 and
    pidof, and mention pidof in killall5(8) (Closes: #461160).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-01-20 09:29:51 UTC (rev 1224)
+++ sysvinit/trunk/debian/changelog	2008-01-20 09:48:12 UTC (rev 1225)
@@ -3,6 +3,8 @@
   * Rewrite conffile removal code in initscripts.preinst to use the
     original *.dpkg-old and not the *.dpkg-bak introduced when copying
     code from <URL: http://wiki.debian.org/DpkgConffileHandling >.
+  * New patch 83_killall_manref to add references between killall5 and
+    pidof, and mention pidof in killall5(8) (Closes: #461160).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 20 Jan 2008 10:28:07 +0100
 

Modified: sysvinit/trunk/debian/patches/00list
===================================================================
--- sysvinit/trunk/debian/patches/00list	2008-01-20 09:29:51 UTC (rev 1224)
+++ sysvinit/trunk/debian/patches/00list	2008-01-20 09:48:12 UTC (rev 1225)
@@ -37,6 +37,7 @@
 81_killall_avoid_init
 82_killall_retval
 82_killall_exclude_pids
+83_killall_manref
 90_shutdown_H
 91_sulogin_lockedpw
 92_sata-hddown

Added: sysvinit/trunk/debian/patches/83_killall_manref.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/83_killall_manref.dpatch	                        (rev 0)
+++ sysvinit/trunk/debian/patches/83_killall_manref.dpatch	2008-01-20 09:48:12 UTC (rev 1225)
@@ -0,0 +1,35 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 83_killall_manref.dpatch by Petter Reinholdtsen
+
+Add references between killall5 and pidof, and mention pidof in
+killall5(8) (Closes: #461160).
+ 
+ at DPATCH@
+Index: sysvinit/man/killall5.8
+===================================================================
+--- sysvinit/man/killall5.8	(revision 1216)
++++ sysvinit/man/killall5.8	(working copy)
+@@ -10,8 +10,12 @@
+ kernel threads and the processes in its own session, so it won't kill
+ the shell that is running the script it was called from. Its primary
+ (only) use is in the \fBrc\fP scripts found in the /etc/init.d directory.
++.SH NOTES
++\fIkillall5\fP can also be invoked as pidof, which is simply a
++(symbolic) link to the \fIkillall5\fP program.
+ .SH SEE ALSO
+ .BR halt (8),
+ .BR reboot (8)
++.BR pidof (8)
+ .SH AUTHOR
+ Miquel van Smoorenburg, miquels at cistron.nl
+Index: man/pidof.8
+===================================================================
+--- sysvinit/man/pidof.8	(revision 1216)
++++ sysvinit/man/pidof.8	(working copy)
+@@ -44,5 +44,6 @@
+ .BR init (8),
+ .BR halt (8),
+ .BR reboot (8)
++.BR killall5 (8)
+ .SH AUTHOR
+ Miquel van Smoorenburg, miquels at cistron.nl




More information about the Pkg-sysvinit-commits mailing list