summaryrefslogtreecommitdiff
blob: 7d8374b76f216d89e33855dd83c2f9a45d5b6bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/conf.d/domainname

# When setting up resolv.conf, what should take precedence?
#  0 = let dhcp/whatever override DNSDOMAIN
#  1 = override dhcp/whatever with DNSDOMAIN

OVERRIDE=1

# To have a proper FQDN, you need to setup /etc/hosts and /etc/resolv.conf
# (domain entry in /etc/resolv.conf and FQDN in /etc/hosts).
#
# DNSDOMAIN merely sets the domain entry in /etc/resolv.conf, see 
# the resolv.conf(5) manpage for more info.
 
DNSDOMAIN=""

# For information on setting up NIS, please see:
#   http://www.linux-nis.org/nis-howto/HOWTO/
 
NISDOMAIN=""