Package: fai
Version: 2.8.4
Tags: patch
The script /usr/bin/fai-mirror ignores classes with names in lower-case in
fai-configdir/class/
A patch is included:
--- /tmp/fai-mirror 2005-06-08 15:29:21.000000000 +0200
+++ /usr/bin/fai-mirror 2005-06-08 14:46:28.000000000 +0200
@@ -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
"^[a-zA-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
Greetings
Thomas
____________________________________________________________
Hamburger Berater Team GmbH Telefon: 040/369779-0
Stadthausbr�cke 3 (Fleethof) Telefax: 040/369779-99
20355 Hamburg eMail : [EMAIL PROTECTED]
____________________________________________________________
Internet:
http://www.hbt.de
http://www.geofox.de
http://www.geonetwatch.de
____________________________________________________________
ISO9001: DQS-Zertifikat-Nr. 5206-02
Alle Attachments gepr�ft mit Norton AntiVirus 7.6
____________________________________________________________