[Fai-commit] r4140 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sat Nov 4 19:38:24 CET 2006


Author: lange
Date: 2006-11-04 19:38:24 +0100 (Sat, 04 Nov 2006)
New Revision: 4140

Modified:
   trunk/bin/fai
Log:
remove set +a for dirinstall, so $fai_rundate will be exported (closes: #390373)


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-11-04 18:09:57 UTC (rev 4139)
+++ trunk/bin/fai	2006-11-04 18:38:24 UTC (rev 4140)
@@ -274,7 +274,6 @@
 	[ -d $FAI_ROOT/proc/self ] && umount $FAI_ROOT/proc $FAI_ROOT/sys
 	[ -f /etc/init.d/udev ] && umount $FAI_ROOT/dev
     }
-    set +a
     trap 'clean_exit' EXIT
 fi
 




More information about the Fai-commit mailing list