Author: glen
Date: Mon Jul 24 16:02:55 2006
New Revision: 7546

Modified:
   rc-scripts/trunk/doc/net-scripts.txt
   rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0
Log:
s/BOOTMETHOD/BOOTPROTO/g once more.

Modified: rc-scripts/trunk/doc/net-scripts.txt
==============================================================================
--- rc-scripts/trunk/doc/net-scripts.txt        (original)
+++ rc-scripts/trunk/doc/net-scripts.txt        Mon Jul 24 16:02:55 2006
@@ -81,9 +81,9 @@
     GATEWAY=
     ONBOOT=yes|no
     USERCTL=yes|no
-    BOOTMETHOD=none|bootp|dhcp|pump
+    BOOTPROTO=none|bootp|dhcp|pump
 
-  If BOOTMETHOD is not "none", then the only other item that
+  If BOOTPROTO is not "none", then the only other item that
   must be set is the DEVICE item; all the rest will be determined
   by the boot protocol.  No "dummy" entries need to be created.
 

Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0
==============================================================================
--- rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0  (original)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-irlan0  Mon Jul 24 16:02:55 2006
@@ -1,7 +1,5 @@
 #      $Id$
 #      alias irlan0 irlan
 DEVICE=irlan0
-BOOTMETHOD=dhcp
+BOOTPROTO=dhcp
 ONBOOT=yes
-
-
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to