diff options
author | csgr <csgr@FreeBSD.org> | 1994-06-12 11:05:04 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-06-12 11:05:04 +0000 |
commit | 45cfbd81b10888b66a65c10898270b83019867cc (patch) | |
tree | 9e5516f5746e14043e8a394443d64e96c12ebd41 /etc | |
parent | 7bb3544ac87adbb05719f52718140df3609f8efb (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/etc.i386/cpio.magic | 8 |
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= |