head	1.2;
access;
symbols
	RELENG_9:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.54.44;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.07.13.13.23.48;	author jhb;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.01.54.44;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2014.01.14.22.01.47;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/usr.sbin/etcupdate/Makefile 238423 2012-07-13 13:23:48Z jhb $

SCRIPTS=etcupdate.sh
MAN=	etcupdate.8

.include <bsd.prog.mk>
@


1.2.2.1
log
@file Makefile was added on branch RELENG_9 on 2014-01-14 22:01:47 +0000
@
text
@d1 6
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260650
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 6
# $FreeBSD: stable/9/usr.sbin/etcupdate/Makefile 238423 2012-07-13 13:23:48Z jhb $

SCRIPTS=etcupdate.sh
MAN=	etcupdate.8

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 238423 on 2012-07-13 13:23:48Z by jhb

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)
@
text
@d1 1
a1 1
# $FreeBSD$
@

