[Fai-commit] r4243 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Mar 7 18:15:32 CET 2007


Author: lange
Date: 2007-03-07 17:15:32 +0000 (Wed, 07 Mar 2007)
New Revision: 4243

Modified:
   trunk/bin/fai-mirror
Log:
add /usr/sbin to $PATh so a normal user can also call fai-mirror (closes: 413466)


Modified: trunk/bin/fai-mirror
===================================================================
--- trunk/bin/fai-mirror	2007-03-07 13:51:33 UTC (rev 4242)
+++ trunk/bin/fai-mirror	2007-03-07 17:15:32 UTC (rev 4243)
@@ -6,7 +6,7 @@
 # fai-mirror -- create and manage a partitial mirror for FAI
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2004-2006, Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2004-2007, Thomas Lange, lange at informatik.uni-koeln.de
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
@@ -25,11 +25,12 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-version="Version 1.9.2, 13-sep-2006"
+version="Version 1.9.3, 7-mar-2007"
 
 # variables: NFSROOT, FAI_CONFIGDIR
 
 export FAI_ROOT=/ # do not execute in chroot
+export PATH=$PATH:/usr/sbin
 
 trap "umount_dirs" EXIT ERR
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -




More information about the Fai-commit mailing list