[Fai-commit] r3039 - in trunk: bin debian
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Fri Nov 11 13:39:07 UTC 2005
Author: lange
Date: 2005-11-11 13:39:06 +0000 (Fri, 11 Nov 2005)
New Revision: 3039
Modified:
trunk/bin/fai-mirror
trunk/debian/changelog
Log:
fai-mirror: add -i to egrep (closes: #312508)
Modified: trunk/bin/fai-mirror
===================================================================
--- trunk/bin/fai-mirror 2005-11-11 08:28:14 UTC (rev 3038)
+++ trunk/bin/fai-mirror 2005-11-11 13:39:06 UTC (rev 3039)
@@ -25,7 +25,7 @@
# MA 02111-1307, USA.
#*********************************************************************
-version="Version 1.4, 28-apr-2005"
+version="Version 1.4.1, 11-nov-2005"
# variables: NFSROOT, FAI_CONFIGDIR
# NFSROOT_PACKAGES, packages from make-fai-nfsroot.conf
@@ -203,7 +203,7 @@
set +e
# all available file names are classes
- classes=$(cd $FAI_CONFIGDIR/package_config; ls -1 | egrep "^[A-Z0-9_-]+$")
+ classes=$(cd $FAI_CONFIGDIR/package_config; ls -1 | egrep -i "^[A-Z0-9_-]+$")
addclasses=$(grep -h PACKAGES $FAI_CONFIGDIR/package_config/* | awk '{printf $3"\n"$4"\n"$5"\n"$6"\n"}')
export classes=$(echo -e "$classes\n$addclasses\n" | sort | uniq)
[ -n "$exclasses" ] && excludeclass $exclasses
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-11 08:28:14 UTC (rev 3038)
+++ trunk/debian/changelog 2005-11-11 13:39:06 UTC (rev 3039)
@@ -14,8 +14,9 @@
(closes: #334333)
* lib/create_ramdisk: make /etc/network/run/ifstate writable
(closes: #312128)
+ * fai-mirror: add -i to egrep (closes: #312508)
- -- Thomas Lange <lange at debian.org> Fri, 11 Nov 2005 00:42:59 +0100
+ -- Thomas Lange <lange at debian.org> Fri, 11 Nov 2005 14:38:22 +0100
fai (2.8.4) unstable; urgency=high
More information about the Fai-commit
mailing list