[Fai-commit] r3042 - in trunk: . bin debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Nov 11 14:46:04 UTC 2005


Author: lange
Date: 2005-11-11 14:46:04 +0000 (Fri, 11 Nov 2005)
New Revision: 3042

Modified:
   trunk/NEWS
   trunk/bin/fai-do-scripts
   trunk/debian/changelog
Log:
do not execute S[0-9][0-9]* any more, closes 310999


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2005-11-11 13:52:58 UTC (rev 3041)
+++ trunk/NEWS	2005-11-11 14:46:04 UTC (rev 3042)
@@ -2,6 +2,8 @@
 
     - splitting the FAI package into more packages:
       fai-server, fai-client, fai-nfsroot, fai-doc, fai-quickstart
+    - Config scripts named S[0-9][0-9]* are not executed any
+      more. Rename them to match [0-9][0-9]*.
 
 New in FAI 2.8.4
 

Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2005-11-11 13:52:58 UTC (rev 3041)
+++ trunk/bin/fai-do-scripts	2005-11-11 14:46:04 UTC (rev 3042)
@@ -26,7 +26,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #*********************************************************************
 
-version="version 1.3.2, 6-apr-2005"
+version="version 1.4, 11-nov-2005"
 
 # variables needed: $classes, $cfclasses, $LOGDIR
 # 
@@ -80,7 +80,7 @@
 	*~) echo "Skipping backup file $file" ; return ;;
     esac
     case $file in
-	S*) echo "Script, matching S* will not be executed in the future. Please use names matching [0-9][0-9]*" ;;
+	S[0-9][0-9]) echo "Script, matching S[0-9][0-9]* will not be executed any more. Please use names matching [0-9][0-9]*"; return ;;
     esac
 
     filetype=$(file $file)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-11-11 13:52:58 UTC (rev 3041)
+++ trunk/debian/changelog	2005-11-11 14:46:04 UTC (rev 3042)
@@ -15,9 +15,10 @@
   * lib/create_ramdisk: make /etc/network/run/ifstate writable
     (closes: #312128) 
   * fai-mirror: add -i to egrep (closes: #312508)
+  * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
+  
+ -- Thomas Lange <lange at debian.org>  Fri, 11 Nov 2005 15:45:15 +0100
 
- -- Thomas Lange <lange at debian.org>  Fri, 11 Nov 2005 14:38:22 +0100
-
 fai (2.8.4) unstable; urgency=high
 
   * fix important bug: remove non-US entry (closes: #310392)




More information about the Fai-commit mailing list