[Fai-commit] r5411 - in trunk: bin debian
Thomas Lange
lange at alioth.debian.org
Mon May 11 07:56:19 UTC 2009
Author: lange
Date: 2009-05-11 07:56:19 +0000 (Mon, 11 May 2009)
New Revision: 5411
Modified:
trunk/bin/fai-class
trunk/debian/changelog
Log:
fai-class: add string warning to message
Modified: trunk/bin/fai-class
===================================================================
--- trunk/bin/fai-class 2009-05-08 09:04:11 UTC (rev 5410)
+++ trunk/bin/fai-class 2009-05-11 07:56:19 UTC (rev 5411)
@@ -6,7 +6,7 @@
# fai-class - determine all classes a host belongs to
#
# This script is part of FAI (Fully Automatic Installation)
-# (c) 2002-2007 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2002-2009 by Thomas Lange, lange at informatik.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
@@ -27,7 +27,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#*********************************************************************
-version="version 1.5.6, 4-jul-2007"
+version="version 1.5.7, 11-may-2009"
# import variables: $LOGDIR $verbose $debug
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -156,7 +156,7 @@
[ -f $f ] || continue # skip sockets, pipes, symlinks
debugmsg "File $f found."
if [ ! -x $f ]; then
- echo "File $f is not executable, so it's not used for defining classes."
+ echo "Warning: File $f is not executable, so it's not used for defining classes."
continue
fi
classes=$(cat $filename)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-08 09:04:11 UTC (rev 5410)
+++ trunk/debian/changelog 2009-05-11 07:56:19 UTC (rev 5411)
@@ -3,8 +3,9 @@
[ Thomas Lange ]
* subroutines-linux: fix log message
remove yes pipe when calling debootstrap
+ * fai-class: add string warning to message
- -- Thomas Lange <lange at debian.org> Mon, 04 May 2009 18:41:32 +0200
+ -- Thomas Lange <lange at debian.org> Mon, 11 May 2009 09:55:53 +0200
fai (3.2.20) unstable; urgency=low
More information about the Fai-commit
mailing list