aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/etcupdate/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-07-13 13:23:48 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-07-13 13:23:48 +0000
commit6f9cd2a9dc84b8309f19939ccfb1ada88ca07905 (patch)
treef39420ab6a09347ad5f2d8be16e0eabccb018bf6 /usr.sbin/etcupdate/Makefile
parentbc06fa92817ffcdc98319363284cbfd1941fc435 (diff)
downloadsrc-6f9cd2a9dc84b8309f19939ccfb1ada88ca07905.tar.gz
src-6f9cd2a9dc84b8309f19939ccfb1ada88ca07905.zip
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. 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)
Notes
Notes: svn path=/head/; revision=238423
Diffstat (limited to 'usr.sbin/etcupdate/Makefile')
-rw-r--r--usr.sbin/etcupdate/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/etcupdate/Makefile b/usr.sbin/etcupdate/Makefile
new file mode 100644
index 000000000000..9f6d17ef2300
--- /dev/null
+++ b/usr.sbin/etcupdate/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SCRIPTS=etcupdate.sh
+MAN= etcupdate.8
+
+.include <bsd.prog.mk>