diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-13 15:42:37 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-13 15:42:37 +0200 |
commit | 8b87e14b390e3da82d69b62f6cca2025b7ca18a4 (patch) | |
tree | 7d4b6001c516e538ddcc47aa94fb0c05180a3eb0 | |
parent | 699a4dac3424ec286a8b4c2684ebbecbcb222cd5 (diff) | |
download | plan9front-8b87e14b390e3da82d69b62f6cca2025b7ca18a4.tar.xz |
inst/configether: make *dhcp* host less confusing with sysname
-rwxr-xr-x | rc/bin/inst/configether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/configether b/rc/bin/inst/configether index e52dc344f..5435853e9 100755 --- a/rc/bin/inst/configether +++ b/rc/bin/inst/configether @@ -23,7 +23,7 @@ case go 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=(); |