summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-12-10 17:37:53 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-12-10 17:37:53 +0100
commitd4076731f1f3083255f395c90659e605a0823fa5 (patch)
treeb4e64acd68f89c750766c91b4ebb81ca9e6ff285 /sys/src
parentb305ea4a3daffc7cfc3ca1b24b1b098cd9f14590 (diff)
bootrc: use "address" instead "ip" in wording netboot questions, as we domain names are allowed now.
Diffstat (limited to 'sys/src')
-rwxr-xr-xsys/src/9/boot/net.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc
index 42ba9f19e..9f3d82767 100755
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -21,9 +21,9 @@ fn confignet{
if(~ $#auth 0)
auth=`{awk -F'=' '/^[ ]*auth=/{print $2}' /net/ndb}
if(~ $#fs 0)
- ask fs ' ip is? ' $auth(1)
+ ask fs ' address is? ' $auth(1)
if(~ $#auth 0)
- ask auth ' ip is? ' $fs(1)
+ ask auth ' address is? ' $fs(1)
# resolve dns names
if(test -x /bin/ndb/dnsgetip){