summaryrefslogtreecommitdiffstats
path: root/usr.sbin/etcupdate
Commit message (Collapse)AuthorAgeFilesLines
* Add HISTORY section.joel2012-07-131-0/+5
|
* Minor mdoc, spelling and end of line whitespace fixes.joel2012-07-131-6/+6
|
* The etcupdate utility is a tool for managing updates to files that arejhb2012-07-133-0/+2465
not updated as part of `make installworld' such as files in /etc. It manages updates by doing a three-way merge of changes made to these files against the local versions. It is also designed to minimize the amount of user intervention with the goal of simplifying upgrades for clusters of machines. The primary difference from mergemaster is that etcupdate requires less manual work. The primary difference from etcmerge is that etcupdate updates files in-place similar to mergemaster rather than building a separate /etc tree. Requested by: obrien, kib, theraven, joeld (among others)
OpenPOWER on IntegriCloud