freebsd-dev/share/man
Alan Somers 04bd07fd15 nsswitch.conf(5): recommend placing cache after files
When cache precedes files, and nscd is configured to allow negative caching,
commands like "pw groupadd" can fail. The sequence of events looks like:

1. A command like pkg(8) looks up the group, and finds it absent.
2. pkg invokes pw(8) to add the group
3. pkg queries the group, but nscd says it doesn't exist, since it has a
   negative cache entry for that group.

See also: https://lists.freebsd.org/pipermail/freebsd-current/2012-January/031595.html

Reviewed by:	bcr (manpages)
MFC after:	1 week
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D26184
2020-09-06 20:32:13 +00:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 Add further clarification on si_addr and si_trapno. 2020-07-28 17:09:15 +00:00
man4 In ltc430x(4), add the ability to configure control register 2 via FDT or 2020-09-02 19:37:47 +00:00
man5 nsswitch.conf(5): recommend placing cache after files 2020-09-06 20:32:13 +00:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 release.7: update for current context 2020-09-01 15:30:40 +00:00
man8 Point to rc(8) for more details about the autoboot variable 2020-07-31 14:13:26 +00:00
man9 sx: fix up manpage after r363113 2020-09-05 20:22:02 +00:00
Makefile