forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
400 B
Text
15 lines
400 B
Text
# 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
|