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

This commit is contained in:
cinap_lenrek 2011-06-13 15:42:37 +02:00
parent 699a4dac34
commit 8b87e14b39

View file

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