[Initscripts-ng-commits] r390 - /trunk/src/insserv/debian/rules

pere at users.alioth.debian.org pere at users.alioth.debian.org
Mon Dec 31 23:47:49 UTC 2007


Author: pere
Date: Mon Dec 31 23:47:49 2007
New Revision: 390

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=390
Log:
List the scripts that are not missing a header.

Modified:
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=390&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Mon Dec 31 23:47:49 2007
@@ -96,6 +96,7 @@
 	@echo -n "Init.d scripts missing overrides:         "; comm -23 missing overrides|wc -l
 	@echo $$(comm -23 missing overrides) |fold -s | sed 's/^/  /'
 	@echo -n "Scripts with overrides and no LSB header: "; comm -12 missing overrides|wc -l
-	@echo -n "Scripts with overrides and LSB header:    "; comm -13 missing overrides|wc -l
+	@echo -n "Scripts with overrides and not missing LSB header:    "; comm -13 missing overrides|wc -l
+	@echo $$(comm -13 missing overrides) |fold -s | sed 's/^/  /'
 	@echo -n "Override files that need a bug report:    "; debian/bts-lefttoreport | wc -l
 	@echo $$(debian/bts-lefttoreport | sort -u) |fold -s | sed 's/^/  /'




More information about the Initscripts-ng-commits mailing list