[Fai-commit] r4113 - in trunk: bin debian
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Thu Oct 26 21:13:13 CEST 2006
Author: lange
Date: 2006-10-26 19:13:12 +0000 (Thu, 26 Oct 2006)
New Revision: 4113
Modified:
trunk/bin/faireboot
trunk/debian/changelog
Log:
fix file name to variables.log
Modified: trunk/bin/faireboot
===================================================================
--- trunk/bin/faireboot 2006-10-23 16:37:42 UTC (rev 4112)
+++ trunk/bin/faireboot 2006-10-26 19:13:12 UTC (rev 4113)
@@ -7,7 +7,7 @@
. /usr/lib/fai/subroutines
. /usr/lib/fai/subroutines-`uname -s | tr A-Z a-z`
-[ -f /tmp/fai/variables.sh ] && . /tmp/fai/variables.sh
+[ -f /tmp/fai/variables.log ] && . /tmp/fai/variables.log
while getopts s opt ; do
case "$opt" in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-10-23 16:37:42 UTC (rev 4112)
+++ trunk/debian/changelog 2006-10-26 19:13:12 UTC (rev 4113)
@@ -1,6 +1,7 @@
fai (3.1.1) unstable; urgency=low
* make-fai-nfsroot: add missing option h to getopt
+ * fai-chboot: fix file name to variables.log
-- Thomas Lange <lange at debian.org> Mon, 23 Oct 2006 18:37:04 +0200
More information about the Fai-commit
mailing list