]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 238423,238426,238428,258063,258063,258066,258097,258185,259134:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Jan 2014 21:20:51 +0000 (21:20 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Jan 2014 21:20:51 +0000 (21:20 +0000)
commit8b4c716012fceacadc297dd91b60b03eb5a56070
tree24e97b325874ec29df06b713ad51bb1c92412d3e
parent6ed3acf0556558d919f91e43299917d18d546b12
MFC 238423,238426,238428,258063,258063,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.

git-svn-id: svn://svn.freebsd.org/base/stable/9@260650 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]