[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r157 - in trunk: checks debian



Author: djpig
Date: 2004-04-14 19:08:02 +0200 (Wed, 14 Apr 2004)
New Revision: 157

Modified:
   trunk/checks/init.d
   trunk/checks/init.d.desc
   trunk/debian/changelog
Log:
 output-of-updaterc.d-not-redirected-to-dev-null should be
only a info tag since it is more a aesthetical issue, not a
policy violation. (Closes: #149700)


Modified: trunk/checks/init.d
===================================================================
--- trunk/checks/init.d	2004-04-14 16:59:59 UTC (rev 156)
+++ trunk/checks/init.d	2004-04-14 17:08:02 UTC (rev 157)
@@ -48,7 +48,7 @@
 	    next;
 	}
 	unless (m,>\s*/dev/null,o) {
-	    print "E: $pkg $type: output-of-updaterc.d-not-redirected-to-dev-null $name postinst\n";
+	    print "I: $pkg $type: output-of-updaterc.d-not-redirected-to-dev-null $name postinst\n";
 	}
     }
 }

Modified: trunk/checks/init.d.desc
===================================================================
--- trunk/checks/init.d.desc	2004-04-14 16:59:59 UTC (rev 156)
+++ trunk/checks/init.d.desc	2004-04-14 17:08:02 UTC (rev 157)
@@ -12,9 +12,10 @@
  times for the same <tt>/etc/init.d</tt> script.
 
 Tag: output-of-updaterc.d-not-redirected-to-dev-null
-Type: error
+Type: info
 Info: The output messages of the <tt>update-rc.d</tt> command should be
- redirected to <tt>/dev/null</tt>.
+ redirected to <tt>/dev/null</tt> because it is currently very chatty
+ per default.
 
 Tag: preinst-calls-updaterc.d
 Type: error

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-04-14 16:59:59 UTC (rev 156)
+++ trunk/debian/changelog	2004-04-14 17:08:02 UTC (rev 157)
@@ -77,6 +77,10 @@
       usr/X11R6/*). (Closes: #81004)
     + [HE] Check for README for other distributions/platforms and warn if
       they're installed. Based on patch by Jay Bonci. (Closes: #178441)
+  * checks/init.d:
+    + [FL] output-of-updaterc.d-not-redirected-to-dev-null should be
+      only a info tag since it is more a aesthetical issue, not a
+      policy violation. (Closes: #149700)
   * checks/manpages:
     + [FL] New checks:
        - Section number of directory and file differ



Reply to: