mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
07f77bbcce
NIS users now what to do. Display a note after installation of the port/package to draw attention to it. Creating the proper yp.conf on the fly is being considered... PR: 12748 Originator: Palle Girgensohn <girgen@partitur.se> Solution by: Palle Thanks to: nsayer
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
|