summaryrefslogtreecommitdiff
path: root/parallel/clusterit/patches
diff options
context:
space:
mode:
authorgarbled <garbled>1998-12-14 18:38:00 +0000
committergarbled <garbled>1998-12-14 18:38:00 +0000
commita38599035d6188c296790ac656f12d167a4a1a78 (patch)
treebafcf0b69cc4d3e8ef12b3d78894d95dda1e83a5 /parallel/clusterit/patches
parent8b745f84e1ebc7284f65a41f6beae82b28894608 (diff)
downloadpkgsrc-a38599035d6188c296790ac656f12d167a4a1a78.tar.gz
Update this package to clusterit-1.2.
Fixed major bug in dsh, added parallelism to pcp. Lots of other minor bugfixes and cleaning up.
Diffstat (limited to 'parallel/clusterit/patches')
-rw-r--r--parallel/clusterit/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
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");