Correct an error carried over from the nsswitch.conf(5) manual page; add

a note to UPDATING since users may have to manually remove an incorrect
nsswitch.conf.

Noticed by:	simon
This commit is contained in:
Dag-Erling Smørgrav 2004-06-21 19:38:58 +00:00
parent 14243126c5
commit e0ae81f32a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130870
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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