[Fai-commit] r3739 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Wed Aug 2 13:37:30 UTC 2006


Author: lange
Date: 2006-08-02 13:37:28 +0000 (Wed, 02 Aug 2006)
New Revision: 3739

Modified:
   trunk/lib/dhclient-perl
   trunk/lib/get-boot-info
Log:
replace FAI_LOCATION by FAI_CONFIG_SRC


Modified: trunk/lib/dhclient-perl
===================================================================
--- trunk/lib/dhclient-perl	2006-08-02 13:35:26 UTC (rev 3738)
+++ trunk/lib/dhclient-perl	2006-08-02 13:37:28 UTC (rev 3739)
@@ -6,7 +6,7 @@
 # dhclient-perl -- perl script that prints out DHCP data
 #
 # This script is part of FAI (Fully Automatic Installation)
-# Copyright (c) 2000-2003 by Thomas Lange, Universitaet zu Koeln
+# Copyright (c) 2000-2006 by Thomas Lange, Universitaet zu Koeln
 #
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
@@ -42,10 +42,10 @@
   ntp_servers             NTPSRVS
   nis_domain              YPDOMAIN
   nis_servers             YPSRVR
-  fai_location            FAI_LOCATION
+  fai_config_src          FAI_CONFIG_SRC
   fai_action              FAI_ACTION
   fai_flags               FAI_FLAGS
-  option_170              FAI_LOCATION
+  option_170              FAI_CONFIG_SRC
   option_171              FAI_ACTION
   option_172              FAI_FLAGS
   option_173              reserved173

Modified: trunk/lib/get-boot-info
===================================================================
--- trunk/lib/get-boot-info	2006-08-02 13:35:26 UTC (rev 3738)
+++ trunk/lib/get-boot-info	2006-08-02 13:37:28 UTC (rev 3739)
@@ -82,7 +82,7 @@
 
     cat >> $bootlog <<-'EOM'
 	# define variable if T17x is defined
-	[ "$T170" ] && FAI_LOCATION=$T170
+	[ "$T170" ] && FAI_CONFIG_SRC=$T170
 	[ "$T171" ] && FAI_ACTION=$T171
 	[ "$T172" ] && FAI_FLAGS=$T172
 EOM




More information about the Fai-commit mailing list