Author: acid
Date: 2006-02-20 14:16:48 +0000 (Mon, 20 Feb 2006)
New Revision: 33
Added:
   trunk/debian/patches/40force-reload.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
Add force-reload support for init script xendomains
Modified: trunk/debian/changelog
==================================================================---
trunk/debian/changelog	2006-02-20 14:05:48 UTC (rev 32)
+++ trunk/debian/changelog	2006-02-20 14:16:48 UTC (rev 33)
@@ -9,6 +9,7 @@
   * Build both xen-hypervisor and xen-hypervisor-pae packages
   * Julien Danjou <acid@debian.org>
      - Change maintainer and add uploaders field
+     - Add force-reload support for init script xendomains
   * Guido Trotter <ultrotter@debian.org>
      - Add dpatch structure to the package
      - Remove build-dependency on gcc (it''s build essential anyway)
@@ -21,7 +22,7 @@
        extraversion stripped off)
      - Changed debian/linux-patch-xen.kpatches
 
- -- Guido Trotter <ultrotter@debian.org>  Fri, 17 Feb 2006 10:27:01 +0100
+ -- Julien Danjou <acid@debian.org>  Mon, 20 Feb 2006 14:19:25 +0100
 
 xen (3.0.1-0tha3) unstable; urgency=low
 
Modified: trunk/debian/patches/00list
==================================================================---
trunk/debian/patches/00list	2006-02-20 14:05:48 UTC (rev 32)
+++ trunk/debian/patches/00list	2006-02-20 14:16:48 UTC (rev 33)
@@ -1,3 +1,4 @@
 10sysconfig
 20lib64
 30missingobject
+40force-reload
Added: trunk/debian/patches/40force-reload.dpatch
==================================================================---
trunk/debian/patches/40force-reload.dpatch	2006-02-20 14:05:48 UTC (rev 32)
+++ trunk/debian/patches/40force-reload.dpatch	2006-02-20 14:16:48 UTC (rev 33)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## force-reload.dpatch by Julien Danjou <acid@debian.org>
+##
+## All lines beginning with `## DP:'' are a description of the patch.
+## DP: add force-reload supports to xendomains init script
+
+@DPATCH@
+diff -Naur xen-3.0.1.orig xen-3.0.1
+--- xen-3.0.1.orig/tools/examples/init.d/xendomains	2006-01-31
17:09:20.000000000 +0100
++++ xen-3.0.1/tools/examples/init.d/xendomains	2006-02-20 14:05:23.000000000
+0100
+@@ -474,7 +474,7 @@
+     restart)
+ 	restart
+ 	;;
+-    reload)
++    reload|force-reload)
+ 	reload
+ 	;;
+ 
+@@ -492,7 +492,7 @@
+ 	;;
+ 
+     *)
+-	echo "Usage: $0 {start|stop|restart|reload|status}"
++	echo "Usage: $0 {start|stop|restart|reload|force-reload|status}"
+ 	rc_failed 3
+ 	rc_status -v
+ 	;;
Property changes on: trunk/debian/patches/40force-reload.dpatch
___________________________________________________________________
Name: svn:executable
   + *