[Fai-commit] r3968 - trunk/bin

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Fri Sep 15 14:23:39 UTC 2006


Author: lange
Date: 2006-09-15 14:23:38 +0000 (Fri, 15 Sep 2006)
New Revision: 3968

Modified:
   trunk/bin/fai-chboot
Log:
fix syntax error


Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot	2006-09-15 14:00:28 UTC (rev 3967)
+++ trunk/bin/fai-chboot	2006-09-15 14:23:38 UTC (rev 3968)
@@ -28,7 +28,7 @@
 #*********************************************************************
 
 # variable needed: $nfsroot
-$version="version 3.1.1 15-sep-2006";
+$version="version 3.1.2 15-sep-2006";
 
 use Socket;
 use Net::hostent;
@@ -349,7 +349,7 @@
 ($opt_S and $opt_I) && die "ERROR: use only one option out of -I and -S\n";
 #TODO: also -e, -r and -c can't be used together
 
-(-d $pxedir) || die "PXE directory $pxedir does not exist."
+(-d $pxedir) || die "PXE directory $pxedir does not exist.";
 
 if ($opt_d) {
   die "Missing host name(s). Can't disable network booting.\n" unless @ARGV;




More information about the Fai-commit mailing list