[Fai-commit] r3380 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Apr 7 11:58:47 UTC 2006


Author: lange
Date: 2006-04-07 11:58:46 +0000 (Fri, 07 Apr 2006)
New Revision: 3380

Modified:
   trunk/bin/fai-do-scripts
Log:
replace --no-lock with -K, this should fix cfengine's segfault bug


Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2006-04-06 15:47:49 UTC (rev 3379)
+++ trunk/bin/fai-do-scripts	2006-04-07 11:58:46 UTC (rev 3380)
@@ -5,7 +5,7 @@
 # fai-do-scripts - call configuration scripts for every defined class
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2003-2005 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2003-2006 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*********************************************************************
@@ -26,7 +26,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #*********************************************************************
 
-version="version 1.4.1, 3-dec-2005"
+version="version 1.4.2, 7-april-2006"
 
 # variables needed: $classes, $cfclasses, $LOGDIR
 # 
@@ -119,7 +119,7 @@
 	*"cfengine script"*)
 	    echo "Executing cfengine: $file"
 	    echo "=====   cfengine: $file   =====" >> $LOGDIR/cfengine.log 2>&1
-	    ./$file --no-lock -v -f $file -D${cfclasses} >> $LOGDIR/cfengine.log 2>&1
+	    ./$file -K -v -f $file -D${cfclasses} >> $LOGDIR/cfengine.log 2>&1
 	    fc_check_status $file $? | tee -a $LOGDIR/cfengine.log
 	;;
 




More information about the Fai-commit mailing list