[debian-edu-commits] r81233 - in branches/wheezy/debian-edu-config:	debian share/debian-edu-config/tools
    pere at alioth.debian.org 
    pere at alioth.debian.org
       
    Fri Jun 28 10:07:48 UTC 2013
    
    
  
Author: pere
Date: 2013-06-28 10:07:48 +0000 (Fri, 28 Jun 2013)
New Revision: 81233
Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot
Log:
Quiet down run-at-firstboot, avoid lots of messages from munin
automatic configuration failures.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-06-28 09:47:47 UTC (rev 81232)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-06-28 10:07:48 UTC (rev 81233)
@@ -1,3 +1,11 @@
+debian-edu-config (1.708~svn81226) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Quiet down run-at-firstboot, avoid lots of messages from munin
+    automatic configuration failures.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri, 28 Jun 2013 12:07:11 +0200
+
 debian-edu-config (1.708~svn81225) wheezy-test; urgency=low
 
   [ Wolfgang Schweer ]
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot	2013-06-28 09:47:47 UTC (rev 81232)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot	2013-06-28 10:07:48 UTC (rev 81233)
@@ -25,7 +25,7 @@
 # configured.  Some of the plugins are not enabled when munin-node is
 # installed, because their service is installed after munin-node.
 if [ -x /usr/sbin/munin-node-configure ] ; then
-    /usr/sbin/munin-node-configure -shell | sh || true
+    /usr/sbin/munin-node-configure -shell 2>/dev/null | sh || true
     invoke-rc.d munin-node restart || true
 fi
 
    
    
More information about the debian-edu-commits
mailing list