[Fai-commit] r4474 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Sun Aug 5 15:05:34 UTC 2007


Author: lange
Date: 2007-08-05 15:05:34 +0000 (Sun, 05 Aug 2007)
New Revision: 4474

Modified:
   trunk/bin/fai-do-scripts
Log:
remove -k from cfagent call (closes: #425699)


Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2007-08-05 15:03:52 UTC (rev 4473)
+++ trunk/bin/fai-do-scripts	2007-08-05 15:05:34 UTC (rev 4474)
@@ -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-2006 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2003-2007 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.5.1, 2-aug-2006"
+version="version 1.5.2, 5-aug-2007"
 
 # variables needed: $classes, $cfclasses, $LOGDIR
 # 
@@ -113,7 +113,7 @@
 	*"cfagent"*)
 	    echo "Executing cfagent: $file"
 	    echo "=====   cfagent: $file   =====" >> $LOGDIR/cfagent.log 2>&1
-	    ./$file -qKkI -D${cfclasses} >> $LOGDIR/cfagent.log 2>&1
+	    ./$file -qKI -D${cfclasses} >> $LOGDIR/cfagent.log 2>&1
 	    fc_check_status $file $? | tee -a $LOGDIR/cfagent.log
 	;;
 




More information about the Fai-commit mailing list