xref: /openbsd-src/share/man/man5/defaultdomain.5 (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1.\" $OpenBSD: defaultdomain.5,v 1.4 2012/05/25 06:22:09 jmc Exp $
2.\" Written by Jared Yanovich
3.\" This file belongs to the public domain.
4.Dd $Mdocdate: May 25 2012 $
5.Dt DEFAULTDOMAIN 5
6.Os
7.Sh NAME
8.Nm defaultdomain
9.Nd default YP domain name
10.Sh SYNOPSIS
11.Nm /etc/defaultdomain
12.Sh DESCRIPTION
13The
14.Nm
15file is read by
16.Xr rc 8
17at system startup time.
18It is used to set the YP domain name of the host machine (see
19.Xr yp 8 ) .
20.Pp
21This file should contain a single line specifying the system domain name as
22supplied to
23.Xr domainname 1 .
24Empty lines and lines beginning with
25.Sq #
26in the file are ignored.
27.Sh FILES
28.Bl -tag -width "/etc/defaultdomain" -compact
29.It Pa /etc/defaultdomain
30default domain name
31.El
32.Sh SEE ALSO
33.Xr domainname 1 ,
34.Xr rc 8 ,
35.Xr yp 8
36