diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-30 13:55:16 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-30 13:55:16 +0000 |
commit | 6b6d1193a30c02d7d4345d0507021ef5a39e256f (patch) | |
tree | e6f68f0bd9e92c0542a5de012470f67bd5d55a66 /chinese/cle_base | |
parent | Change ${PREFIX} to ${LINUXBASE}, and set ${PREFIX} to ${LINUXBASE}. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=35538
Diffstat (limited to 'chinese/cle_base')
-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 76d442bd6a87..64faed4de3fa 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 |