diff options
author | marcel <marcel@FreeBSD.org> | 2000-11-21 15:23:24 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-11-21 15:23:24 +0800 |
commit | 137c954252a4921f603ca12662e198a2aa506d63 (patch) | |
tree | 0a899b6cf0b2a0bb902d01bab7de3d3d986ce465 /emulators/linux_base-8 | |
parent | 44c6970de10f938ff0cad95fc90718546c4d92b0 (diff) | |
download | freebsd-ports-gnome-137c954252a4921f603ca12662e198a2aa506d63.tar.gz freebsd-ports-gnome-137c954252a4921f603ca12662e198a2aa506d63.tar.zst freebsd-ports-gnome-137c954252a4921f603ca12662e198a2aa506d63.zip |
Don't enable NIS by default. The example yp.conf file installed
by the port had actual definitions with bogus values. Comment
out the definitions.
PR: 21554
Originator: Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/files/yp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-8/files/yp.conf b/emulators/linux_base-8/files/yp.conf index 76d442bd6a87..64faed4de3fa 100644 --- a/emulators/linux_base-8/files/yp.conf +++ b/emulators/linux_base-8/files/yp.conf @@ -11,5 +11,5 @@ # argument is included then this # host service the specified YP # domain. -domainname my.domain -ypserver localhost +#domainname my.domain +#ypserver localhost |