diff options
Diffstat (limited to 'chinese/cle_base/files/yp.conf')
-rw-r--r-- | chinese/cle_base/files/yp.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/cle_base/files/yp.conf b/chinese/cle_base/files/yp.conf new file mode 100644 index 000000000000..76d442bd6a87 --- /dev/null +++ b/chinese/cle_base/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 |