[Fai-commit] r3876 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Wed Sep 6 15:18:50 UTC 2006
Author: lange
Date: 2006-09-06 15:18:50 +0000 (Wed, 06 Sep 2006)
New Revision: 3876
Modified:
trunk/bin/fai
Log:
export variable FAI_ETC_DIR
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-09-06 15:15:06 UTC (rev 3875)
+++ trunk/bin/fai 2006-09-06 15:18:50 UTC (rev 3876)
@@ -149,7 +149,7 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main routine
-FAI_ETC_DIR=/etc/fai
+export FAI_ETC_DIR=/etc/fai
# Parse commandline options
TEMP=$(getopt -o Nhvc:C: --long new,help,verbose,class:,cfdir: -n "$0" -- "$@")
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
More information about the Fai-commit
mailing list