diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-17 19:24:39 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-17 19:24:39 +0000 |
| commit | 07f77bbccee4a56fa28a74b7f1f7ecf00973ae54 (patch) | |
| tree | 61f82d89303dc37afeddf1333b925a5291447d11 /emulators/linux_base-suse-9.2/files | |
| parent | Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute (diff) | |
Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so that
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
Diffstat (limited to 'emulators/linux_base-suse-9.2/files')
| -rw-r--r-- | emulators/linux_base-suse-9.2/files/yp.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.2/files/yp.conf b/emulators/linux_base-suse-9.2/files/yp.conf new file mode 100644 index 000000000000..76d442bd6a87 --- /dev/null +++ b/emulators/linux_base-suse-9.2/files/yp.conf @@ -0,0 +1,15 @@ +# 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 |
