summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-06-21 19:38:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-06-21 19:38:58 +0000
commite0ae81f32aee8c0f63f62cfcceef1a8aa1c37cef (patch)
treee230e1c23b14f4a906d0616f450c38af8944e33f
parent14243126c56e7862728fa3089310502433337592 (diff)
Notes
-rw-r--r--UPDATING9
-rw-r--r--etc/rc.d/nsswitch2
2 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 592d42938edc..dc2f81da0276 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040621:
+ On 20040524, the /etc/rc.d/nsswitch script was modified to
+ automatically create /etc/nsswitch.conf on startup if it did
+ not already exist. Unfortunately, an error in the man page
+ was carried over to the script, resulting in incorrect
+ nsswitch settings. The simplest remedy is to remove both
+ /etc/nsswitch.conf and /etc/host.conf; they will be recreated
+ during the next reboot.
+
20040614:
The return value of sema_timedwait(9) has been changed to
make it consistent with cv_timedwait(9). Be sure to recompile
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch
index fe84fd9ecd60..ae3e7d173d5d 100644
--- a/etc/rc.d/nsswitch
+++ b/etc/rc.d/nsswitch
@@ -61,7 +61,7 @@ generate_nsswitch_conf()
cat >$nsswitch_conf <<EOF
group: compat
group_compat: nis
-hosts: dns files
+hosts: files dns
networks: files
passwd: compat
passwd_compat: nis