[Fai-commit] r3810 - in trunk: bin lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Aug 28 15:22:10 UTC 2006


Author: lange
Date: 2006-08-28 15:22:09 +0000 (Mon, 28 Aug 2006)
New Revision: 3810

Modified:
   trunk/bin/fai
   trunk/lib/subroutines-linux
Log:
minor changes


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-08-28 15:08:26 UTC (rev 3809)
+++ trunk/bin/fai	2006-08-28 15:22:09 UTC (rev 3810)
@@ -155,6 +155,7 @@
 if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
 # Note the quotes around `$TEMP': they are essential!
 eval set -- "$TEMP"
+unset TEMP
 
 while true ; do
     case "$1" in
@@ -266,6 +267,7 @@
 # } > >( tee -a $LOGDIR/fai.log )  2>&1
 
 [ "$action" ] && FAI_ACTION=$action
+unset action
 task action 2>&1 | tee -a $LOGDIR/fai.log
 
 [ -L "$rundir/current_config" ] && rm -f "$rundir/current_config"

Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2006-08-28 15:08:26 UTC (rev 3809)
+++ trunk/lib/subroutines-linux	2006-08-28 15:22:09 UTC (rev 3810)
@@ -106,7 +106,7 @@
 ### BEGIN SUBROUTINE INFO
 # Provides-Var:    none
 # Requires-Var:    $FAI_ROOT $DO_INIT_TASKS $NFSROOT
-# Suggests-Var:    $createvt $sshd
+# Suggests-Var:    $createvt $sshd $LOGDIR
 # Short-Description: <task desc.>
 ### END SUBROUTINE INFO
 




More information about the Fai-commit mailing list