[Fai-commit] r5583 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Wed Oct 21 13:14:40 UTC 2009


Author: lange
Date: 2009-10-21 13:14:38 +0000 (Wed, 21 Oct 2009)
New Revision: 5583

Modified:
   trunk/bin/fai
   trunk/debian/changelog
Log:
  change PATH, move /sbin to the end

Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2009-10-21 12:30:45 UTC (rev 5582)
+++ trunk/bin/fai	2009-10-21 13:14:38 UTC (rev 5583)
@@ -30,7 +30,7 @@
 
 #set -xv # for full debugging
 
-export PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/fai:/bin:/sbin:/usr/bin:/usr/sbin:
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/fai:/usr/sbin:/usr/bin:/sbin:/bin
 # some variables
 export FAI_VERSION=FAIVERSIONSTRING
 stamp=/var/run/fai/FAI_INSTALLATION_IN_PROGRESS

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-10-21 12:30:45 UTC (rev 5582)
+++ trunk/debian/changelog	2009-10-21 13:14:38 UTC (rev 5583)
@@ -95,6 +95,7 @@
   * README: upgrade info about mailing list, add info about questionnaire
   * fai: check if make-fai-nfsroot.conf is available if dirinstall is used
     dirinstall now uses $FAI_CONFIG_SRC instead of $FAI_CONFIGDIR
+    change PATH, move /sbin to the end
   * control: update to standards version 3.8.3, no changes needed
   * Fstab.pm: print uuid and label of partition to console
   * NFSROOT, make-fai-nfsroot.conf: remove dhcp3-client and dhcp-client,
@@ -143,7 +144,7 @@
   [ Holger Levsen ]
   * update to standards version 3.8.2, no changes needed
  
- -- Thomas Lange <lange at debian.org>  Wed, 21 Oct 2009 14:30:20 +0200
+ -- Thomas Lange <lange at debian.org>  Wed, 21 Oct 2009 15:14:24 +0200
 
 fai (3.2.20) unstable; urgency=low
 




More information about the Fai-commit mailing list