cvs commit: src/etc freebsd-update.conf src/share/man/man5
freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
freebsd-update.sh
Colin Percival
cperciva at FreeBSD.org
Sun Nov 11 20:47:59 PST 2007
cperciva 2007-11-12 04:47:57 UTC
FreeBSD src repository
Modified files:
etc freebsd-update.conf
share/man/man5 freebsd-update.conf.5
usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh
Log:
Add support for "freebsd-update -r newrelease upgrade" -- binary
upgrading to new releases. Important parts of this code include
* automatically determining which optional components (e.g., src,
info, proflibs) are installed.
* merging changes in files which are modified locally and have
changed between the currently running and new release.
* prompting the user to rebuild all 3rd party software before
deleting old shared libraries.
Yes, this is compatible with "freebsd-update rollback" -- you can
test a new -BETA and roll back to the old release if you don't
like it.
Subject to re@ approval, this will be MFCed before 7.0-BETA3 and
6.3-RC1.
MFC after: 2 days
Revision Changes Path
1.2 +11 -1 src/etc/freebsd-update.conf
1.3 +27 -1 src/share/man/man5/freebsd-update.conf.5
1.4 +13 -3 src/usr.sbin/freebsd-update/freebsd-update.8
1.10 +837 -61 src/usr.sbin/freebsd-update/freebsd-update.sh
More information about the cvs-src
mailing list