[Fai-commit] r3781 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Wed Aug 23 22:25:38 UTC 2006


Author: lange
Date: 2006-08-23 22:25:38 +0000 (Wed, 23 Aug 2006)
New Revision: 3781

Modified:
   trunk/lib/subroutines
Log:
use $LOGDIR instead of fixed path


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2006-08-23 22:03:58 UTC (rev 3780)
+++ trunk/lib/subroutines	2006-08-23 22:25:38 UTC (rev 3781)
@@ -318,7 +318,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_defvar() {
 
-    local svar=/var/log/fai/current/showvar.log
+    local svar=$LOGDIR/showvar.log
     cd $FAI/class
     for class in $classes ; do
 	if [ -f $class.var ]; then




More information about the Fai-commit mailing list