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 ;-)
This commit is contained in:
parent
cc27e4f00d
commit
bccbb20f01
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user