[Fai-commit] r3649 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sun Jul 23 10:17:07 UTC 2006
Author: lange
Date: 2006-07-23 10:17:07 +0000 (Sun, 23 Jul 2006)
New Revision: 3649
Modified:
trunk/bin/fai-do-scripts
Log:
change call of cfagent scripts
Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts 2006-07-23 10:06:30 UTC (rev 3648)
+++ trunk/bin/fai-do-scripts 2006-07-23 10:17:07 UTC (rev 3649)
@@ -26,7 +26,7 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#*********************************************************************
-version="version 1.4.2, 7-april-2006"
+version="version 1.5, 23-july-2006"
# variables needed: $classes, $cfclasses, $LOGDIR
#
@@ -112,7 +112,7 @@
*"cfagent"*)
echo "Executing cfagent: $file"
echo "===== cfagent: $file =====" >> $LOGDIR/cfagent.log 2>&1
- ./$file --no-lock -v -f $file -D${cfclasses} >> $LOGDIR/cfagent.log 2>&1
+ ./$file -v -D${cfclasses} >> $LOGDIR/cfagent.log 2>&1
fc_check_status $file $? | tee -a $LOGDIR/cfagent.log
;;
More information about the Fai-commit
mailing list