summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-06-12 11:05:04 +0000
committercsgr <csgr@FreeBSD.org>1994-06-12 11:05:04 +0000
commit45cfbd81b10888b66a65c10898270b83019867cc (patch)
tree9e5516f5746e14043e8a394443d64e96c12ebd41 /etc/etc.i386
parent7bb3544ac87adbb05719f52718140df3609f8efb (diff)
downloadFreeBSD-src-45cfbd81b10888b66a65c10898270b83019867cc.zip
FreeBSD-src-45cfbd81b10888b66a65c10898270b83019867cc.tar.gz
Modify messages about the resolver manual page as per Rod's suggestions.
The configure function now tells the user to type "man 5 resolver" for more info on resolv.conf, but mentions that the bindist must be fully installed before this can be done (actually a user won't have reached this stage if he doesn't have an installed bindist ;-)
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/cpio.magic8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic
index fec0da6..5daea79 100644
--- a/etc/etc.i386/cpio.magic
+++ b/etc/etc.i386/cpio.magic
@@ -360,13 +360,15 @@ configure()
esac
echo
- echo -n "Does your system have access to a nameserver? [n] "
+ echo "Setting up access to a nameserver:"
+ echo -n "Do you want to configure /etc/resolv.conf? [n]: "
read resp
case "$resp" in
y*)
echo "OK: Configuring your /etc/resolv.conf"
- echo "To fine-tune this configuration, refer to the"
- echo "resolver(5) manual page"
+ echo "If you need more information about resolv.conf"
+ echo "type \"man 5 resolver\" once you have COMPLETED"
+ echo "installation of the binary distribution."
echo ""
nameserver=
OpenPOWER on IntegriCloud