[Debconf-video-commits] r210 - fai-config/scripts/DEBCONF8

holger at alioth.debian.org holger at alioth.debian.org
Thu Aug 7 15:10:08 UTC 2008


Author: holger
Date: 2008-08-07 15:10:07 +0000 (Thu, 07 Aug 2008)
New Revision: 210

Modified:
   fai-config/scripts/DEBCONF8/50-smart-munin
Log:
fix syntax errors due to being sleepy

Modified: fai-config/scripts/DEBCONF8/50-smart-munin
===================================================================
--- fai-config/scripts/DEBCONF8/50-smart-munin	2008-08-07 15:03:52 UTC (rev 209)
+++ fai-config/scripts/DEBCONF8/50-smart-munin	2008-08-07 15:10:07 UTC (rev 210)
@@ -8,9 +8,9 @@
 #
 # smart munin plugins
 #
-for i in hda hdb hdc sda sdb sdc sdd sde sdf ; do 
+for i in hda hdb hdc sda sdb sdc sdd sde sdf ; do {
 	[ -b /dev/$i ] && ln -sf /usr/share/munin/plugins/smart_ /etc/munin/plugins/smart_$i
-}
+} ; done
 
 $ROOTCMD ln -sf /usr/share/munin/plugins/hddtemp_smartctl /etc/munin/plugins/hddtemp_smartctl
 $ROOTCMD /etc/init.d/munin-node restart




More information about the Debconf-video-commits mailing list