[Fai-commit] r5268 - in trunk: bin debian

holger at alioth.debian.org holger at alioth.debian.org
Tue Feb 17 13:42:57 UTC 2009


Author: holger
Date: 2009-02-17 13:42:57 +0000 (Tue, 17 Feb 2009)
New Revision: 5268

Modified:
   trunk/bin/fai-do-scripts
   trunk/debian/changelog
Log:
Fix typo in fai-do-scripts, thanks to Andrew Ruthven for reporting this. 
(Closes: #504662)

Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2009-02-17 13:40:34 UTC (rev 5267)
+++ trunk/bin/fai-do-scripts	2009-02-17 13:42:57 UTC (rev 5268)
@@ -133,7 +133,7 @@
 	    fc_check_status $file $? | tee -a $LOGDIR/cfengine.log
 	;;
 
-	*"perl*script"*)
+	*"perl"*"script"*)
 	    echo "Executing    perl: $file"
 	    echo "=====   perl: $file   =====" >> $LOGDIR/perl.log 2>&1
 	    ./$file >> $LOGDIR/perl.log 2>&1

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-02-17 13:40:34 UTC (rev 5267)
+++ trunk/debian/changelog	2009-02-17 13:42:57 UTC (rev 5268)
@@ -1,3 +1,10 @@
+fai (3.2.17) UNRELEASED; urgency=low
+
+  * Fix typo in fai-do-scripts, thanks to Andrew Ruthven for reporting this. 
+    (Closes: #504662)
+
+ -- Holger Levsen <holger at debian.org>  Tue, 17 Feb 2009 14:41:46 +0100
+
 fai (3.2.17) unstable; urgency=low
 
   [ Thomas Lange ]




More information about the Fai-commit mailing list