[Initscripts-ng-commits] r745 - in /trunk/src/insserv/debian: changelog patches/61_default_stop_changed_from_empty.dpatch
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Mon May 19 12:24:43 UTC 2008
Author: kelmo-guest
Date: Mon May 19 12:24:43 2008
New Revision: 745
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=745
Log:
Add to header of 61_default_stop_changed_from_empty.dpatch Goal, Fixes and
Status headings as per good patch policy.
Modified:
trunk/src/insserv/debian/changelog
trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=745&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Mon May 19 12:24:43 2008
@@ -32,8 +32,10 @@
missing Default-Start field.
* Add test_no_default_stop() to show that it seems possible to insert script
missing Default-Stop field, and that links are created in stop runlevels.
-
- -- Kel Modderman <kel at otaku42.de> Mon, 19 May 2008 22:14:08 +1000
+ * Add to header of 61_default_stop_changed_from_empty.dpatch Goal, Fixes and
+ Status headings as per good patch policy.
+
+ -- Kel Modderman <kel at otaku42.de> Mon, 19 May 2008 22:23:58 +1000
insserv (1.11.0-8) unstable; urgency=low
Modified: trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch?rev=745&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch (original)
+++ trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch Mon May 19 12:24:43 2008
@@ -1,11 +1,16 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 61_default_stop_changed_from_empty.dpatch by Kel Modderman <kel at otaku42.de>
##
-## DP: When determining runlevel link scheme for a service, consider stop links
-## DP: before start links, so that we may determine if an existing script is
-## DP: already linked into a runlevel scheme but didn't initially provide
+## DP: Goal: When determining runlevel link scheme for a service, consider stop
+## DP: links before start links, so that we may determine if an existing script
+## DP: is already linked into a runlevel scheme but didn't initially provide
## DP: stop links (valid configuration). Catch the case where a new script
## DP: provides stop links without forcing default values to be used.
+## DP:
+## DP: Fixes: #477415
+## DP:
+## DP: Status: Not yet sumbitted upstream. Contact has been made to rebase
+## DP: patch against development tree (not in version control).
@DPATCH@
diff -urNad insserv~/insserv.c insserv/insserv.c
More information about the Initscripts-ng-commits
mailing list