freebsd-dev/usr.sbin/freebsd-update
Colin Percival cd1ab2280c When installing updates, install new directories first and remove old
directories last.

This is generally handled by the fact that the list of filesystem objects
is sorted, but this sorting is broken by code which moves .so files ahead
(so that they're present before any binaries which use them)... that code
also moved .so files ahead of directories, which is a problem for upgrading
to 10.0 where there's a new directory containing new .so files.

Errata Notice Candidate.
2013-10-16 18:36:53 +00:00
..
freebsd-update.8 mdoc sweep. 2013-05-12 22:22:12 +00:00
freebsd-update.sh When installing updates, install new directories first and remove old 2013-10-16 18:36:53 +00:00
Makefile