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