Zac Slade wrote:
On Friday 26 May 2006 08:25, Alexander Skwar wrote:

But I wonder what this DNSDOMAIN setting in /etc/conf.d/domainname is
supposed to do. Because of
It sets the domain in /etc/resolv.conf

No, it doesn't.

# When setting up resolv.conf, what should take precedence?
# If you wish to always override DHCP/whatever, set this to 1.
OVERRIDE=1

I thought that this setting would have an effect. Seems not so...
This will determin whether DHCP will be allowed to replace your domain statement in /etc/resolv.conf.

That's not what happens.

[EMAIL PROTECTED] ~ $ grep -v -e '#' -e '^$' /etc/conf.d/domainname
OVERRIDE=1
DNSDOMAIN="bei.digitalprojects.com"
NISDOMAIN="bei.digitalprojects.com"

[EMAIL PROTECTED] ~ $ cat /etc/resolv.conf
# Generated by dhcpcd for interface ath0
search bei.digitalprojects.com
nameserver 192.168.1.1
nameserver 195.202.32.79
nameserver 82.207.232.1
nameserver 213.160.0.1

I hope this clears it up.

Nope :(

Alexander Skwar
--
Q:      What happens when four WASPs find themselves in the same room?
A:      A dinner party.
--
gentoo-user@gentoo.org mailing list

Reply via email to