git: 9front

Download patch

ref: 99d7ddbed6cc849301a24d02d34db4aee00aebb8
parent: 3489599c2fcbd024085ae55c21ec62b53bc07161
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Mon Jun 13 11:42:37 EDT 2011

inst/configether: make *dhcp* host less confusing with sysname

--- a/rc/bin/inst/configether
+++ b/rc/bin/inst/configether
@@ -23,7 +23,7 @@
 		echo 'requests.  An example for @HOME would be "cc1018221-a".  If your'
 		echo 'ISP supplied you such a name, enter it.'
 		echo
-		prompt -d none 'host name'; dhcphost=$rd
+		prompt -d none 'dhcp host name'; dhcphost=$rd
 		switch($dhcphost){
 		case none
 			dhcphost=();
--