From 9274e46b66a552dd95137d171315d57f022f0495 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 8 Mar 2006 20:51:47 +0000 Subject: etcmanage is used to update files in /etc on a BSD system automatically. The essential concept is that a file which was installed automatically and has not been changed will be updated with new versions, and modified files will not be changed. This is 0.2 --- sysutils/etcmanage/DESCR | 4 ++++ sysutils/etcmanage/Makefile | 15 +++++++++++++++ sysutils/etcmanage/PLIST | 2 ++ sysutils/etcmanage/distinfo | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 sysutils/etcmanage/DESCR create mode 100644 sysutils/etcmanage/Makefile create mode 100644 sysutils/etcmanage/PLIST create mode 100644 sysutils/etcmanage/distinfo (limited to 'sysutils/etcmanage') diff --git a/sysutils/etcmanage/DESCR b/sysutils/etcmanage/DESCR new file mode 100644 index 00000000000..234de8ab0a8 --- /dev/null +++ b/sysutils/etcmanage/DESCR @@ -0,0 +1,4 @@ +etcmanage is used to update files in /etc on a BSD system +automatically. The essential concept is that a file which was +installed automatically and has not been changed will be updated with +new versions, and modified files will not be changed. diff --git a/sysutils/etcmanage/Makefile b/sysutils/etcmanage/Makefile new file mode 100644 index 00000000000..2561d4fa935 --- /dev/null +++ b/sysutils/etcmanage/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ +# + +DISTNAME= etcmanage-0.2 +CATEGORIES= sysutils +MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/ +COMMENT= Automatically manage files in /etc + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/etcmanage/PLIST b/sysutils/etcmanage/PLIST new file mode 100644 index 00000000000..31a6ba26a54 --- /dev/null +++ b/sysutils/etcmanage/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ +bin/etcmanage diff --git a/sysutils/etcmanage/distinfo b/sysutils/etcmanage/distinfo new file mode 100644 index 00000000000..c7f82e44410 --- /dev/null +++ b/sysutils/etcmanage/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ + +SHA1 (etcmanage-0.2.tar.gz) = fd7d636d9bc777b9105d9bfa290d50c2cb8c698a +RMD160 (etcmanage-0.2.tar.gz) = 2e8dbd036a5659bb753c0329eb071ed081547d20 +Size (etcmanage-0.2.tar.gz) = 48310 bytes -- cgit v1.2.3