On Mon, 2006-08-14 at 19:05 +0200, Fredrik Tolf wrote:
> Hi list!
> 
> I just noticed that /etc/init.d/domainname has disappeared in baselayout 
> 1.12, but I can't find what is supposed to replace it.
> 
> So, in short: How am I supposed to set my YP domain name with the new 
> baselayout?
> 

It is now set in /etc/conf.d/net

>From /etc/conf.d/net.example:

#-----------------------------------------------------------------------------
# System
# For configuring system specifics such as domain, dns, ntp and nis servers
# It's rare that you would need todo this, but you can anyway.
# This is most benefit to wireless users who don't use DHCP so they can change
# their configs based on ESSID. See wireless.example for more details

# To use dns settings such as these, dns_servers_eth0 must be set!
# If you omit the _eth0 suffix, then it applies to all interfaces unless
# overridden by the interface suffix.
#dns_domain_eth0="your.domain"
#dns_servers_eth0="192.168.0.2 192.168.0.3"
#dns_search_eth0="this.domain that.domain"
#dns_options_eth0=( "timeout 1" "rotate" )
#dns_sortlist_eth0="130.155.160.0/255.255.240.0 130.155.0.0"
# See the man page for resolv.conf for details about the options and sortlist
# directives

#ntp_servers_eth0="192.168.0.2 192.168.0.3"

#nis_domain_eth0="domain"
#nis_servers_eth0="192.168.0.2 192.168.0.3"

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list

Reply via email to