freebsd-dev/usr.sbin/freebsd-update
Colin Percival 7449d2f5cb Make freebsd-update(8) smarter in how it handles $FreeBSD$ tags in
configuration files.

If the current file differs from the canonical version from the old release
only due to differences in the $FreeBSD$ tag (which can happen if the system
was installed from source code, depending on how the src tree was checked out)
then freebsd-update will treat the file as "unmodified" and silently update
it to the "clean" version in the new release.

If the only change being made to a configuration file is in the $FreeBSD$
tag (e.g., for any configuration files which have been modified locally, now
that we're using SVN and the $FreeBSD$ tag changes when a branch is created),
freebsd-update will no longer print the diff and prompt "Does this look
reasonable (y/n)?".

Nagged by:	pgollucci
MFC after:	1 month
2011-05-11 15:23:27 +00:00
..
freebsd-update.8 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
freebsd-update.sh Make freebsd-update(8) smarter in how it handles $FreeBSD$ tags in 2011-05-11 15:23:27 +00:00
Makefile