Commit 674baba1 authored by John Baldwin's avatar John Baldwin
Browse files

sysutils/etcupdate: Remove obsolete port.

etcupdate has been included in the base system since FreeBSD 10.0 and
this port was only useful for older OS versions where it was not
included in the base system.

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>
Reviewed by:	fuz, matthew
Differential Revision:	https://reviews.freebsd.org/D39188
parent 54d6860a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17821,3 +17821,4 @@ graphics/p5-Image-ObjectDetect||2023-03-20|Has expired: Broken since 2021
science/dcl||2023-03-20|Has expired: Broken since 2021
graphics/gimp-gmic-plugin||2023-03-21|Has expired: Broken since 2021
science/InsightToolkit521|science/InsightToolkit|2023-03-21|Retire InsightToolkit521: it was there only to support graphics/elastix
sysutils/etcupdate||2023-03-21|Part of the base system since FreeBSD 10.0
+0 −1
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@
    SUBDIR += equinix-metal-cli
    SUBDIR += etc_os-release
    SUBDIR += etcmerge
    SUBDIR += etcupdate
    SUBDIR += ethname
    SUBDIR += evhz
    SUBDIR += evisum

sysutils/etcupdate/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	etcupdate
PORTVERSION=	1.1
CATEGORIES=	sysutils
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	jhb@FreeBSD.org
COMMENT=	Manage updates to /etc automatically

LICENSE=	BSD2CLAUSE

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

SRC=		${.CURDIR}/src

PLIST_FILES=	sbin/etcupdate man/man8/etcupdate.8.gz

do-install:
	${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
	${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8

.include <bsd.port.mk>

sysutils/etcupdate/pkg-descr

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
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.
+0 −834

File deleted.

Preview size limit exceeded, changes collapsed.

Loading