freebsd-dev/usr.sbin/freebsd-update
Colin Percival 9546dbd128 Be more selective when filtering for lib*.so.N files. These are deleted
at the end of the upgrade process, after warning users to upgrade any
3rd party software (e.g., from the ports tree) which might link to the
libraries being removed.

Prior to this commit, the line
  /usr/lib/libc.so|...|/lib/libc.so.7
matched the regex, which -- upgrading from 9.x to 10.x, where libc.so is
a regular file and thus was not part of a line which matched the regex --
resulted in freebsd-update thinking that /usr/lib/libc.so was a shared
library which was being removed as part of the upgrade.  This had some
unfortunate consequences.

This will be part of an upcoming Errata Notice.
2013-10-24 03:36:39 +00:00
..
freebsd-update.8 mdoc sweep. 2013-05-12 22:22:12 +00:00
freebsd-update.sh Be more selective when filtering for lib*.so.N files. These are deleted 2013-10-24 03:36:39 +00:00
Makefile