]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 238423,238426,238428,258063,258064,258066,258097,258185,259134:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Aug 2014 17:54:15 +0000 (17:54 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Aug 2014 17:54:15 +0000 (17:54 +0000)
commit3b5c2feff6acb5c089f86136e431ecc72968f797
tree4fe8c5797aa238262e855964cfd9ec1fa8dcc3a7
parent2c3b82fcaae78ad21ffd963e531910b82c3a73d0
MFC 238423,238426,238428,258063,258064,258066,258097,258185,259134:
The etcupdate utility is a tool for managing updates to files that are
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.

Requested by: peter

git-svn-id: svn://svn.freebsd.org/base/stable/8@270177 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/usr.sbin/etcupdate/always.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/conflicts.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/fbsdid.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/ignore.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/preworld.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/tests.sh [new file with mode: 0755]
tools/regression/usr.sbin/etcupdate/tzsetup.sh [new file with mode: 0755]
usr.sbin/Makefile
usr.sbin/etcupdate/Makefile [new file with mode: 0644]
usr.sbin/etcupdate/etcupdate.8 [new file with mode: 0644]
usr.sbin/etcupdate/etcupdate.sh [new file with mode: 0755]