diff options
author | keith <keith@FreeBSD.org> | 2000-11-30 13:55:16 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-30 13:55:16 +0000 |
commit | 95554353409a23628ee187f60880884171d891f0 (patch) | |
tree | c55ce5db0e71a4b2f2109168153d1d335c163cf3 /chinese/cle_base/files | |
parent | 9136dc08fbcfebae7de2dab2ce2f05e58a697689 (diff) | |
download | FreeBSD-ports-95554353409a23628ee187f60880884171d891f0.zip FreeBSD-ports-95554353409a23628ee187f60880884171d891f0.tar.gz |
Following linux_base/files/yp.conf, NIS should be disabled by default.
Inspired by: PR21554 by Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
Diffstat (limited to 'chinese/cle_base/files')
-rw-r--r-- | chinese/cle_base/files/yp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cle_base/files/yp.conf b/chinese/cle_base/files/yp.conf index 76d442b..64faed4 100644 --- a/chinese/cle_base/files/yp.conf +++ b/chinese/cle_base/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 |