[Fai-commit] r4112 - in trunk: bin debian
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Mon Oct 23 16:37:43 UTC 2006
Author: lange
Date: 2006-10-23 16:37:42 +0000 (Mon, 23 Oct 2006)
New Revision: 4112
Modified:
trunk/bin/make-fai-nfsroot
trunk/debian/changelog
Log:
make-fai-nfsroot: add missing option h to getopt
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-10-22 09:55:23 UTC (rev 4111)
+++ trunk/bin/make-fai-nfsroot 2006-10-23 16:37:42 UTC (rev 4112)
@@ -46,7 +46,7 @@
kernelname="$kfile-install"
merror="properly"
# option e currently does nothing
-while getopts ervC:f:kKV: opt ; do
+while getopts hervC:f:kKV: opt ; do
case "$opt" in
C) cfdir=$OPTARG ;;
v) verbose=1 ; v=-v ;;
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-10-22 09:55:23 UTC (rev 4111)
+++ trunk/debian/changelog 2006-10-23 16:37:42 UTC (rev 4112)
@@ -1,3 +1,9 @@
+fai (3.1.1) unstable; urgency=low
+
+ * make-fai-nfsroot: add missing option h to getopt
+
+ -- Thomas Lange <lange at debian.org> Mon, 23 Oct 2006 18:37:04 +0200
+
fai (3.1) unstable; urgency=medium
* Makefile: force bash in Makefile, fixes FTBFS in ubuntu
More information about the Fai-commit
mailing list