[Fai-commit] r4747 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Thu Nov 15 15:30:11 UTC 2007
Author: lange
Date: 2007-11-15 15:30:11 +0000 (Thu, 15 Nov 2007)
New Revision: 4747
Modified:
trunk/bin/fai-chboot
Log:
fix wrong variable name
Modified: trunk/bin/fai-chboot
===================================================================
--- trunk/bin/fai-chboot 2007-11-15 14:02:26 UTC (rev 4746)
+++ trunk/bin/fai-chboot 2007-11-15 15:30:11 UTC (rev 4747)
@@ -28,7 +28,7 @@
#*********************************************************************
# variable needed: $nfsroot
-$version="version 3.4.2 10-november-2007";
+$version="version 3.4.3 15-november-2007";
use Socket;
use Net::hostent;
@@ -384,7 +384,7 @@
(-d $pxedir) || die "PXE directory $pxedir does not exist.";
-$opt_l and lsdir(@argv);
+$opt_l and lsdir(@ARGV);
if ($opt_d) {
die "Missing host name(s). Can't disable network booting.\n" unless @ARGV;
More information about the Fai-commit
mailing list