diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-25 03:51:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-25 03:51:49 +0000 |
commit | 688c4179f0657d71362870ca849e49dfbcf8a68f (patch) | |
tree | 18f8f3f6728b5760d62dd7ae7911d8ec9b8eda4d /distrib/miniroot | |
parent | f5c058ee614196f8943fa5fd440635f30c781e7a (diff) |
For years now, the DNS server question has accepted a list of IP addresses
(because I asked for it :) so pluralize the question, and insert a little
missing word which everyone will understand.
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 9d243af240f..57c8a560643 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.478 2009/04/25 03:50:46 deraadt Exp $ +# $OpenBSD: install.sub,v 1.479 2009/04/25 03:51:48 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -1525,7 +1525,7 @@ donetconfig() { hostname "$(hostname -s).$resp" # Get/Confirm nameservers, and construct appropriate resolv.conf. - ask "DNS nameserver? (IP address or 'none')" "${_ns:=none}" + ask "DNS nameservers? (IP address list or 'none')" "${_ns:=none}" if [[ $resp != none ]]; then echo "lookup file bind" >/tmp/resolv.conf for _ns in $resp; do |