[Pkg-sysvinit-commits] r1141 - in sysvinit/trunk/debian: . startpar

pere at alioth.debian.org pere at alioth.debian.org
Thu Dec 27 16:20:47 UTC 2007


Author: pere
Date: 2007-12-27 16:20:47 +0000 (Thu, 27 Dec 2007)
New Revision: 1141

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/startpar/startpar.c
Log:
  * Patch startpar to not print exit codes for each subprocess, to
    reduce the noise during boot.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-27 16:18:38 UTC (rev 1140)
+++ sysvinit/trunk/debian/changelog	2007-12-27 16:20:47 UTC (rev 1141)
@@ -6,6 +6,8 @@
     Related to bug #457896.
   * Correct init.d/rc progress bar calculations for the startpar
     option.
+  * Patch startpar to not print exit codes for each subprocess, to
+    reduce the noise during boot.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu, 27 Dec 2007 16:36:56 +0100
 

Modified: sysvinit/trunk/debian/startpar/startpar.c
===================================================================
--- sysvinit/trunk/debian/startpar/startpar.c	2007-12-27 16:18:38 UTC (rev 1140)
+++ sysvinit/trunk/debian/startpar/startpar.c	2007-12-27 16:20:47 UTC (rev 1141)
@@ -1012,9 +1012,13 @@
 	      exit (1);
 	    }
 #endif
+#if VERBOSE
 	  printf(i ? " %d" : "%d", resvec[i]);
+#endif /* VERBOSE */
 	}
+#if VERBOSE
       printf("\n");
+#endif /* VERBOSE */
     }
   return 0;
 }




More information about the Pkg-sysvinit-commits mailing list