diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /net/mpich2/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'net/mpich2/files/patch-aa')
-rw-r--r-- | net/mpich2/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/mpich2/files/patch-aa b/net/mpich2/files/patch-aa deleted file mode 100644 index efbf035d90d4..000000000000 --- a/net/mpich2/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- util/mpiinstall.in.orig Sun Jul 26 14:52:49 1998 -+++ util/mpiinstall.in Sun Jul 26 14:53:02 1998 -@@ -611,7 +611,7 @@ - if [ "$DEVICE" = "ch_p4" ] ; then - if [ ! -x mpid/server/server ] ; then - echo "Attempting to build alternate ch_p4 secure server" -- $Show "( cd mpid/server ; configure ; $MAKE server )" -+ $Show "( cd mpid/server ; ./configure ; $MAKE server )" - fi - if [ -x mpid/server/server ] ; then - CopyFile mpid/server/server $PREFIX/bin $XMODE |