| 1 |
# /etc/conf.d/domainname
|
| 2 |
|
| 3 |
# When setting up resolv.conf, what should take precedence?
|
| 4 |
# If you wish to always override DHCP/whatever, set this to 1.
|
| 5 |
OVERRIDE=1
|
| 6 |
|
| 7 |
# To have a proper FQDN, you need to setup /etc/hosts and /etc/resolv.conf
|
| 8 |
# properly (domain entry in /etc/resolv.conf, and FQDN in /etc/hosts).
|
| 9 |
#
|
| 10 |
#DNSDOMAIN=""
|
| 11 |
|
| 12 |
# This only set what /bin/hostname returns. If you need to setup NIS, meaning
|
| 13 |
# what /bin/domainname returns, please see:
|
| 14 |
#
|
| 15 |
# http://www.linux-nis.org/nis-howto/HOWTO/
|
| 16 |
#
|
| 17 |
#NISDOMAIN=""
|