diff options
author | des <des@FreeBSD.org> | 2004-06-21 19:38:58 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-06-21 19:38:58 +0000 |
commit | 74ea372665ef5bd2d4ec3e81af0231b1a12744a6 (patch) | |
tree | e230e1c23b14f4a906d0616f450c38af8944e33f /etc | |
parent | 02c1e0b63ff78c8f78dd1e02417fd271ced17570 (diff) | |
download | FreeBSD-src-74ea372665ef5bd2d4ec3e81af0231b1a12744a6.zip FreeBSD-src-74ea372665ef5bd2d4ec3e81af0231b1a12744a6.tar.gz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/nsswitch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index fe84fd9..ae3e7d1 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 |