From b6fedbd34c7a27abe5a6c56ef4f4221f6e1e1229 Mon Sep 17 00:00:00 2001 From: garbled Date: Mon, 14 Dec 1998 18:38:00 +0000 Subject: Update this package to clusterit-1.2. Fixed major bug in dsh, added parallelism to pcp. Lots of other minor bugfixes and cleaning up. --- parallel/clusterit/Makefile | 8 ++------ parallel/clusterit/files/md5 | 5 ++--- parallel/clusterit/patches/patch-aa | 22 ---------------------- 3 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 parallel/clusterit/patches/patch-aa (limited to 'parallel') diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index ef04c43a966..44755c0d13f 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1998/10/20 08:05:22 garbled Exp $ +# $NetBSD: Makefile,v 1.4 1998/12/14 18:38:00 garbled Exp $ -DISTNAME= clusterit-1.1 +DISTNAME= clusterit-1.2 CATEGORIES= parallel MASTER_SITES= http://www.inficad.com/~garbled/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= cluster-1.1.patch1 -PATCH_DIST_STRIP= -p1 - MAINTAINER= root@garbled.net HOMEPAGE= http://www.inficad.com/~garbled/clusterit.html diff --git a/parallel/clusterit/files/md5 b/parallel/clusterit/files/md5 index cbcb34fd4c5..ed81b293453 100644 --- a/parallel/clusterit/files/md5 +++ b/parallel/clusterit/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.3 1998/10/20 08:05:22 garbled Exp $ +$NetBSD: md5,v 1.4 1998/12/14 18:38:00 garbled Exp $ -MD5 (clusterit-1.1.tar.gz) = 754ef81597a6d8338b3539fbb40e014c -MD5 (cluster-1.1.patch1) = 8a43c4ce242a843f0beed2bb3cc2115a +MD5 (clusterit-1.2.tar.gz) = 291a6c35c3dafd03360fe5ecdf67f8ff diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa deleted file mode 100644 index 2f6607846dc..00000000000 --- a/parallel/clusterit/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1998/10/24 06:36:22 garbled Exp $ ---- dsh/seq.c 1998/10/20 07:28:44 1.4 -+++ dsh/seq.c 1998/10/20 09:29:32 1.5 -@@ -227,7 +227,7 @@ - char buf[256]; - FILE *sd; - -- p = NULL; -+ p = buf; - i = 0; - - seqfile = getenv("SEQ_FILE"); -@@ -239,8 +239,7 @@ - if (sd == NULL) - sd = fopen(seqfile, "w"); - else { -- fscanf(sd, "%s", buf); -- p = strdup(buf); -+ fscanf(sd, "%s", p); - seqnumber = atoi(p); - fclose(sd); - sd = fopen(seqfile, "w"); -- cgit v1.2.3