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

Petter Reinholdtsen pere at alioth.debian.org
Fri Jul 24 13:54:58 UTC 2009


Author: pere
Date: 2009-07-24 13:54:56 +0000 (Fri, 24 Jul 2009)
New Revision: 1521

Removed:
   sysvinit/trunk/debian/patches/80_killall_sched.dpatch
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/00list
Log:
Drop patch 80_killall_sched now included upstream.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-24 13:53:09 UTC (rev 1520)
+++ sysvinit/trunk/debian/changelog	2009-07-24 13:54:56 UTC (rev 1521)
@@ -36,6 +36,7 @@
     - Drop patch 70_wall_ttyname now included upstream.
     - Drop patch 71_wall_hostname now included upstream.
     - Drop patch 80_killall_pidof now included upstream.
+    - Drop patch 80_killall_sched now included upstream.
 
   * XXX Need to remove debian patches now included in the new upstream release.
 

Modified: sysvinit/trunk/debian/patches/00list
===================================================================
--- sysvinit/trunk/debian/patches/00list	2009-07-24 13:53:09 UTC (rev 1520)
+++ sysvinit/trunk/debian/patches/00list	2009-07-24 13:54:56 UTC (rev 1521)
@@ -9,7 +9,6 @@
 54_bootlogd_findptyfail
 62_init_freebsdterm
 #68_init_quiet
-##80_killall_sched
 ##81_killall_avoid_init
 ##82_killall_retval
 ##82_killall_exclude_pids

Deleted: sysvinit/trunk/debian/patches/80_killall_sched.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/80_killall_sched.dpatch	2009-07-24 13:53:09 UTC (rev 1520)
+++ sysvinit/trunk/debian/patches/80_killall_sched.dpatch	2009-07-24 13:54:56 UTC (rev 1521)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 80_killall_sched.dpatch by Petter Reinholdtsen
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Force the kernel to reschedule after killing processes.  Patch
-## DP: from SuSe.
-
- at DPATCH@
-diff -urNad trunk~/src/killall5.c trunk/src/killall5.c
---- trunk~/src/killall5.c	2008-03-26 09:31:17.000000000 +0100
-+++ trunk/src/killall5.c	2008-03-26 09:31:17.000000000 +0100
-@@ -646,5 +646,8 @@
- 	/* Done. */
- 	closelog();
- 
-+	/* Force the kernel to run the scheduler */
-+	usleep(1);
-+
- 	return 0;
- }




More information about the Pkg-sysvinit-commits mailing list