[Fai-commit] r4806 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Nov 29 18:16:59 UTC 2007


Author: lange
Date: 2007-11-29 18:16:59 +0000 (Thu, 29 Nov 2007)
New Revision: 4806

Modified:
   trunk/bin/fai
Log:
update date, remove mkdir


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-11-29 17:33:09 UTC (rev 4805)
+++ trunk/bin/fai	2007-11-29 18:16:59 UTC (rev 4806)
@@ -113,7 +113,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 usage() {
     cat <<-EOF
-	fai $FAI_VERSION. Copyright (C) 1999-2006 Thomas Lange
+	fai $FAI_VERSION. Copyright (C) 1999-2007 Thomas Lange
 	Usage: $0 [options] [action]
        
 	Options:
@@ -255,8 +255,6 @@
     export HOSTNAME=$newhostname
 fi
 
-mkdir -p /var/run/fai
-
 if [ $do_init_tasks -eq 1 ]; then
     # we are running an initial installation
     export LOGDIR=/tmp/fai
@@ -288,6 +286,7 @@
     trap 'clean_exit' EXIT
 fi
 
+# remove this crap, use old thing
 mkfifo $LOGDIR/logfifo
 tee -a $LOGDIR/fai.log < $LOGDIR/logfifo &
 # in bash &> redirect stdout and stderr to file




More information about the Fai-commit mailing list