Gentoo Archives: gentoo-user

From: Paul Varner <fuzzyray@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] YP domain name in baselayout 1.12
Date: Mon, 14 Aug 2006 20:13:57
Message-Id: 1155584408.29357.3.camel@txslpc1d36.wkst.vzwnet.com
In Reply to: [gentoo-user] YP domain name in baselayout 1.12 by Fredrik Tolf
1 On Mon, 2006-08-14 at 19:05 +0200, Fredrik Tolf wrote:
2 > Hi list!
3 >
4 > I just noticed that /etc/init.d/domainname has disappeared in baselayout
5 > 1.12, but I can't find what is supposed to replace it.
6 >
7 > So, in short: How am I supposed to set my YP domain name with the new
8 > baselayout?
9 >
10
11 It is now set in /etc/conf.d/net
12
13 >From /etc/conf.d/net.example:
14
15 #-----------------------------------------------------------------------------
16 # System
17 # For configuring system specifics such as domain, dns, ntp and nis servers
18 # It's rare that you would need todo this, but you can anyway.
19 # This is most benefit to wireless users who don't use DHCP so they can change
20 # their configs based on ESSID. See wireless.example for more details
21
22 # To use dns settings such as these, dns_servers_eth0 must be set!
23 # If you omit the _eth0 suffix, then it applies to all interfaces unless
24 # overridden by the interface suffix.
25 #dns_domain_eth0="your.domain"
26 #dns_servers_eth0="192.168.0.2 192.168.0.3"
27 #dns_search_eth0="this.domain that.domain"
28 #dns_options_eth0=( "timeout 1" "rotate" )
29 #dns_sortlist_eth0="130.155.160.0/255.255.240.0 130.155.0.0"
30 # See the man page for resolv.conf for details about the options and sortlist
31 # directives
32
33 #ntp_servers_eth0="192.168.0.2 192.168.0.3"
34
35 #nis_domain_eth0="domain"
36 #nis_servers_eth0="192.168.0.2 192.168.0.3"
37
38 Regards,
39 Paul
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] YP domain name in baselayout 1.12 Fredrik Tolf <fredrik@×××××××××.com>