[Fai-commit] r2998 - trunk/scripts

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Nov 4 12:49:37 UTC 2005


Author: lange
Date: 2005-11-04 12:49:37 +0000 (Fri, 04 Nov 2005)
New Revision: 2998

Modified:
   trunk/scripts/faireboot
Log:
fix wrong path


Modified: trunk/scripts/faireboot
===================================================================
--- trunk/scripts/faireboot	2005-11-04 12:47:10 UTC (rev 2997)
+++ trunk/scripts/faireboot	2005-11-04 12:49:37 UTC (rev 2998)
@@ -4,8 +4,8 @@
 # reboot FAI correctly, Thomas Lange, Uni Koeln, copyright 2000-2004
 
 faimond=0
-. /usr/share/fai/subroutines
-. /usr/share/fai/subroutines-`uname -s | tr /A-Z/ /a-z/`
+. /usr/lib/fai/subroutines
+. /usr/lib/fai/subroutines-`uname -s | tr /A-Z/ /a-z/`
 
 [ -f /tmp/fai/variables.sh ] && . /tmp/fai/variables.sh
 




More information about the Fai-commit mailing list