diff options
author | gdt <gdt> | 2006-12-02 19:04:26 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-12-02 19:04:26 +0000 |
commit | 280d6f3f537b133ac9abfbf11819cdacc9ff6514 (patch) | |
tree | 3e7074e50833ca06c1a57affbb1a88f4c3d1cf88 /sysutils/etcmanage | |
parent | 61638052f8fbb89e2fc74f294338d7f2b4f5fadd (diff) | |
download | pkgsrc-280d6f3f537b133ac9abfbf11819cdacc9ff6514.tar.gz |
update to 0.3
new script BUILD-NetBSD which is a wrapper around build.sh, setting
OBJDIR, etc., and intended to start from a plain source tree and end
up with a cdrom image, with or without x. creates a manifest for
etcmanage. It also has an install option which does a merge of /etc
with etcmanage, but this needs to be done on the same machine as the
build.
new script INSTALL-NetBSD which takes a releasedir and does a binary
upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
TOUCH BOOTBLOCKS). Can be run on a machine other than the build
host.
Diffstat (limited to 'sysutils/etcmanage')
-rw-r--r-- | sysutils/etcmanage/Makefile | 5 | ||||
-rw-r--r-- | sysutils/etcmanage/PLIST | 4 | ||||
-rw-r--r-- | sysutils/etcmanage/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/etcmanage/Makefile b/sysutils/etcmanage/Makefile index 2561d4fa935..a19a7916bf4 100644 --- a/sysutils/etcmanage/Makefile +++ b/sysutils/etcmanage/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/02 19:04:26 gdt Exp $ # -DISTNAME= etcmanage-0.2 +DISTNAME= etcmanage-0.3 CATEGORIES= sysutils MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/ @@ -9,6 +9,7 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/ COMMENT= Automatically manage files in /etc +USE_TOOLS+= perl USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/sysutils/etcmanage/PLIST b/sysutils/etcmanage/PLIST index 31a6ba26a54..b9543b64301 100644 --- a/sysutils/etcmanage/PLIST +++ b/sysutils/etcmanage/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/12/02 19:04:26 gdt Exp $ +bin/BUILD-NetBSD +bin/INSTALL-NetBSD bin/etcmanage diff --git a/sysutils/etcmanage/distinfo b/sysutils/etcmanage/distinfo index c7f82e44410..72133726146 100644 --- a/sysutils/etcmanage/distinfo +++ b/sysutils/etcmanage/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $ +$NetBSD: distinfo,v 1.2 2006/12/02 19:04:26 gdt Exp $ -SHA1 (etcmanage-0.2.tar.gz) = fd7d636d9bc777b9105d9bfa290d50c2cb8c698a -RMD160 (etcmanage-0.2.tar.gz) = 2e8dbd036a5659bb753c0329eb071ed081547d20 -Size (etcmanage-0.2.tar.gz) = 48310 bytes +SHA1 (etcmanage-0.3.tar.gz) = b37ae76bf54cff16ee40f813a01d2696e2614099 +RMD160 (etcmanage-0.3.tar.gz) = b6dd7ea4534e122b2157aebe04ff7d8f5980bb96 +Size (etcmanage-0.3.tar.gz) = 57763 bytes |