Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95996 - Networking Information in chapter 8.b
Summary: Networking Information in chapter 8.b
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 11:17 UTC by Klemens Hellinghausen
Modified: 2005-06-19 04:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klemens Hellinghausen 2005-06-13 11:17:34 UTC
correct is:
echo tux > /etc/conf.d/hostname
echo homenetwork > /etc/conf.d/domainname
echo nis.homenetwork > /etc/conf.d/nisdomainname

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2005-06-13 11:25:13 UTC
Thanks for report, but you aren't 100% correct; new baselayout uses files 
under /etc/conf.d/, but only "hostname" for setting hostname and "domainname" 
for both DNS and NIS domainname. Simple echo won't work though, those files use 
syntax with VARIABLE="contents". 
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2005-06-19 04:32:22 UTC
i've updated the handbook with the correct information (HOSTNAME="tux",
DNSDOMAIN="localdomain").