[Debconf-video-commits] r315 - fai-config/class

holger at alioth.debian.org holger at alioth.debian.org
Tue Mar 3 16:56:59 UTC 2009


Author: holger
Date: 2009-03-03 16:56:59 +0000 (Tue, 03 Mar 2009)
New Revision: 315

Modified:
   fai-config/class/50-h01ger-classes
Log:
fix syntax error

Modified: fai-config/class/50-h01ger-classes
===================================================================
--- fai-config/class/50-h01ger-classes	2009-03-03 15:46:37 UTC (rev 314)
+++ fai-config/class/50-h01ger-classes	2009-03-03 16:56:59 UTC (rev 315)
@@ -6,8 +6,8 @@
 echo "FAIBASE DEBCONF VIDEO" 
 
 case $HOSTNAME in
-   goldberg)	echo "XORG ENCODING CAPTURE";;
-   goldwasser)  echo "XORG ENCODING REVIEW STORAGE"
+   goldberg)	echo "XORG ENCODING CAPTURE" ;;
+   goldwasser)  echo "XORG ENCODING REVIEW STORAGE" ;;
 esac
 
 echo "H01GER"




More information about the Debconf-video-commits mailing list