[Initscripts-ng-commits] r1092 - in /trunk/src/insserv/debian: changelog patches/190_disable_debug_output.patch patches/series

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Feb 8 22:10:42 UTC 2014


Author: pere
Date: Sat Feb  8 22:10:42 2014
New Revision: 1092

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1092
Log:
New patch 190_disable_debug_output.patch to disable some unwanted
debug output.

Added:
    trunk/src/insserv/debian/patches/190_disable_debug_output.patch
Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/series

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=1092&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog	(original)
+++ trunk/src/insserv/debian/changelog	Sat Feb  8 22:10:42 2014
@@ -8,6 +8,8 @@
     100_show.patch applied upstream.
   * New patch 180_default_runlevels.patch fixing bug in the NONSUSE
     handling of scripts without LSB headers.
+  * New patch 190_disable_debug_output.patch to disable some unwanted
+    debug output.
   * Add build dependency on libdbus-1-dev for systemd support.
   * Move package into group maintenance by the pkg-sysvinit alioth group.
   * Add Roger Leigh and Henrique de Moraes Holschuh as uploaders.

Added: trunk/src/insserv/debian/patches/190_disable_debug_output.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/190_disable_debug_output.patch?rev=1092&op=file
==============================================================================
--- trunk/src/insserv/debian/patches/190_disable_debug_output.patch	(added)
+++ trunk/src/insserv/debian/patches/190_disable_debug_output.patch	Sat Feb  8 22:10:42 2014
@@ -0,0 +1,29 @@
+Description: Disable debug output
+ Version 0.16.0 output the virtual facility status by default.  Disable
+ this debug output.
+Author: Petter Reinholdtsen <pere at debian.org>
+
+Forwarded: no
+Reviewed-By: Petter Reinholdtsen <pere at debian.org>
+Last-Update: 2014-02-08
+
+--- insserv-1.16.0.orig/insserv.c
++++ insserv-1.16.0/insserv.c
+@@ -2945,7 +2945,7 @@ int main (int argc, char *argv[])
+      */
+     if (systemd)
+ 	import_systemd_facilities();
+-
++    if (0) /* disable debug output */
+     {
+ 	list_t *ptr;
+ 	list_for_each(ptr, sysfaci_start) {
+@@ -2961,7 +2961,7 @@ int main (int argc, char *argv[])
+      * Expand system facilities to real services
+      */
+     expand_conf();
+-
++    if (0) /* disable debug output */
+     {
+ 	list_t *ptr;
+ 	list_for_each(ptr, sysfaci_start) {

Modified: trunk/src/insserv/debian/patches/series
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/series?rev=1092&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/series	(original)
+++ trunk/src/insserv/debian/patches/series	Sat Feb  8 22:10:42 2014
@@ -10,3 +10,4 @@
 160_manual_page_update.patch
 170_if-scope.patch
 180_default_runlevels.patch
+190_disable_debug_output.patch




More information about the Initscripts-ng-commits mailing list