[Fai-commit] r4373 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Wed Jul 4 17:23:17 UTC 2007


Author: lange
Date: 2007-07-04 17:23:17 +0000 (Wed, 04 Jul 2007)
New Revision: 4373

Modified:
   trunk/bin/fai-class
Log:
do not set HOSTNAME from uname, we assume HOSTNAME is always set


Modified: trunk/bin/fai-class
===================================================================
--- trunk/bin/fai-class	2007-07-04 15:30:32 UTC (rev 4372)
+++ trunk/bin/fai-class	2007-07-04 17:23:17 UTC (rev 4373)
@@ -27,7 +27,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #*********************************************************************
 
-version="version 1.5.5, 13-jun-2007"
+version="version 1.5.6, 4-jul-2007"
 
 # import variables: $LOGDIR $verbose $debug
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -131,7 +131,6 @@
 	verbosemsg "Setting LOGDIR to default value /tmp/fai"
 	LOGDIR=/tmp/fai; export LOGDIR
     fi
-    HOSTNAME=$(uname -n | cut -d. -f1); export HOSTNAME
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # main program




More information about the Fai-commit mailing list