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 | |
parent | 44c6970de10f938ff0cad95fc90718546c4d92b0 (diff) | |
download | freebsd-ports-graphics-137c954252a4921f603ca12662e198a2aa506d63.tar.gz freebsd-ports-graphics-137c954252a4921f603ca12662e198a2aa506d63.tar.zst freebsd-ports-graphics-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')
-rw-r--r-- | emulators/linux_base-6/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-62/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-8/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/files/yp.conf | 4 | ||||
-rw-r--r-- | emulators/linux_base/files/yp.conf | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/emulators/linux_base-6/files/yp.conf b/emulators/linux_base-6/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-6/files/yp.conf +++ b/emulators/linux_base-6/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 diff --git a/emulators/linux_base-62/files/yp.conf b/emulators/linux_base-62/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-62/files/yp.conf +++ b/emulators/linux_base-62/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 diff --git a/emulators/linux_base-8/files/yp.conf b/emulators/linux_base-8/files/yp.conf index 76d442bd6a8..64faed4de3f 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 diff --git a/emulators/linux_base-rh-9/files/yp.conf b/emulators/linux_base-rh-9/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-rh-9/files/yp.conf +++ b/emulators/linux_base-rh-9/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 diff --git a/emulators/linux_base-suse-9.1/files/yp.conf b/emulators/linux_base-suse-9.1/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-suse-9.1/files/yp.conf +++ b/emulators/linux_base-suse-9.1/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 diff --git a/emulators/linux_base-suse-9.2/files/yp.conf b/emulators/linux_base-suse-9.2/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-suse-9.2/files/yp.conf +++ b/emulators/linux_base-suse-9.2/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 diff --git a/emulators/linux_base-suse-9.3/files/yp.conf b/emulators/linux_base-suse-9.3/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base-suse-9.3/files/yp.conf +++ b/emulators/linux_base-suse-9.3/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 diff --git a/emulators/linux_base/files/yp.conf b/emulators/linux_base/files/yp.conf index 76d442bd6a8..64faed4de3f 100644 --- a/emulators/linux_base/files/yp.conf +++ b/emulators/linux_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 |