mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
|
# sample yp.conf file
|
||
|
#
|
||
|
# Legal entries are:
|
||
|
#
|
||
|
# domainname <domain> Override the default YP domain
|
||
|
# (If not set uses the one from
|
||
|
# the getdomainname() syscall)
|
||
|
#
|
||
|
# ypserver <grape> [<domain>] Define which host to contact
|
||
|
# for YP service. If the <domain>
|
||
|
# argument is included then this
|
||
|
# host service the specified YP
|
||
|
# domain.
|
||
|
domainname my.domain
|
||
|
ypserver localhost
|