diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-21 07:23:24 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-21 07:23:24 +0000 |
commit | 2ca6f95f206c0c7a4e87b58f487b6f9d2f18e4a3 (patch) | |
tree | 258ece30cf2f5c1668f19a1688ba6d601c131351 /emulators | |
parent | Replace the locally defined PREFIX (defined as /compat/linux) (diff) |
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>
Notes
Notes:
svn path=/head/; revision=35301
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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 76d442bd6a87..64faed4de3fa 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 |