summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gamess/files/ddi-use-ssh-gentoo.patch')
-rw-r--r--sci-chemistry/gamess/files/ddi-use-ssh-gentoo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-chemistry/gamess/files/ddi-use-ssh-gentoo.patch b/sci-chemistry/gamess/files/ddi-use-ssh-gentoo.patch
deleted file mode 100644
index 61c7090886a0..000000000000
--- a/sci-chemistry/gamess/files/ddi-use-ssh-gentoo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# patch to use ssh rather than rsh for TCP/IP socket communication
-# in GAMESS' DDI_SOC interface
---- gamess/ddi/tools/ddikick/ddikick.c 2004-05-03 16:23:13.000000000 +0000
-+++ gamess-gentoo/ddi/tools/ddikick/ddikick.c 2005-09-04 15:56:50.000000000 +0000
-@@ -102,7 +102,7 @@
- remoteshell = argv[++i];
- } else {
- if((remoteshell = getenv("DDI_RSH")) == NULL) {
-- remoteshell = (char *) strdup("rsh");
-+ remoteshell = (char *) strdup("ssh");
- }
- }
-