ref: 8b87e14b390e3da82d69b62f6cca2025b7ca18a4
parent: 699a4dac3424ec286a8b4c2684ebbecbcb222cd5
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=();
--
⑨