Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add /boot/device.hints to the list of files which will have local | cperciva | 2008-03-25 | 1 | -1/+1 |
| | | | | | | | | | modifications merged. I had initially expected that people would put any local changes into /boot/loader.conf, but it turns out that editing /boot/device.hints is something many people do. Suggested by: Jaakko Heinonen MFC after: 1 week | ||||
* | Add /root/, /.cshrc, and /.profile to the default UpdateIfUnmodified | cperciva | 2007-11-28 | 1 | -1/+1 |
| | | | | | | | directive. Users get irritated if FreeBSD Update steps on these while upgrading to a new release. MFC after: 3 days | ||||
* | Add support for "freebsd-update -r newrelease upgrade" -- binary | cperciva | 2007-11-12 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add FreeBSD Update 2.0 client code. The build code is in the projects | cperciva | 2006-08-31 | 1 | -0/+48 |
repository. Sponsored by: FreeBSD security development fundraiser |