[Fai-commit] r5881 - trunk/bin

Michael Tautschnig mt at alioth.debian.org
Tue Jul 27 06:42:52 UTC 2010


Author: mt
Date: 2010-07-27 06:42:48 +0000 (Tue, 27 Jul 2010)
New Revision: 5881

Modified:
   trunk/bin/make-fai-nfsroot
Log:
fixed syntax error (found by lintian run on experimental builds)


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2010-07-27 06:32:46 UTC (rev 5880)
+++ trunk/bin/make-fai-nfsroot	2010-07-27 06:42:48 UTC (rev 5881)
@@ -459,7 +459,7 @@
 kernel_install() {
 
     call_with_stamp install_kernel_nfsroot
-    call_with_stamp setup_dhcp ;;
+    call_with_stamp setup_dhcp
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 run_hooks() {




More information about the Fai-commit mailing list