Searched hist:232921 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/modules/netgraph/netflow/
H A DMakefilediff 232921 Tue Mar 13 09:15:08 MDT 2012 melifaro Use rt_numfibs variable instead of compile-time RT_NUMFIBS.

Reviewed by: glebius (previous version)
Approved by: kib(mentor), ae(mentor)
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.shdiff 368824 Wed Dec 30 01:26:19 MST 2020 kevans MFC freebsd-update: unconditionally regenerate passwd/login.conf files

The existing logic is nice in theory, but in practice freebsd-update will
not preserve the timestamps on these files. When doing a major upgrade, e.g.
from 12.1-RELEASE -> 12.2-RELEASE, pwd.mkdb et al. appear in the INDEX and
we clobber the timestamp several times in the process of packaging up the
existing system into /var/db/freebsd-update/files and extracting for
comparisons. This leads to these files not getting regenerated when they're
most likely to be needed.

Measures could be taken to preserve timestamps, but it's unclear whether
the complexity and overhead of doing so is really outweighed by the marginal
benefit.

I observed this issue when pkg subsequently failed to install a package that
wanted to add a user, claiming that the user was removed in the process.
bapt@ pointed to this pre-existing bug with freebsd-update as the cause.

PR: 234014, 232921

(cherry picked from commit ebebc41e4cfe44b8e8fd881badf2fa2c4be65aa4)

Git Hash: cd7da1deb581122c94c3735b78fafdd04ce77b67
Git Author: kevans@FreeBSD.org
diff 344810 Tue Mar 05 18:36:30 MST 2019 emaste MFC r343270: freebsd-update: Update /etc/passwd after password db changes

Add -p to pwd_mkdb in order to ensure password db changes are also
included in /etc/passwd.

PR: 165954, 232921, 229487
Submitted by: Gerald Aryeetey <aryeeteygerald_rogers.com>
Reviewed by: jilles
Sponsored by: The FreeBSD Foundation

Completed in 65 milliseconds