summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authortron <tron>1998-04-16 21:21:26 +0000
committertron <tron>1998-04-16 21:21:26 +0000
commitac9957923d47d6c048d6e17210f150a9560a23fa (patch)
tree592b124bfc66efb94d464bde71527d0dd725eab4 /mail/elm
parent39ff7e9cec91417b81a838be5f89770217794fa3 (diff)
downloadpkgsrc-ac9957923d47d6c048d6e17210f150a9560a23fa.tar.gz
Remove binary garbage, revert direction.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/elm/patches/patch-ad b/mail/elm/patches/patch-ad
index b6a43b22d06..7969de2453e 100644
--- a/mail/elm/patches/patch-ad
+++ b/mail/elm/patches/patch-ad
@@ -1,11 +1,11 @@
-]2;feyrer@miyu:/usr/pkgsrc/mail/elm/work.i386/elm2.4.ME+.32 ]1;miyu--- src/pgp.c Thu Apr 16 21:24:52 1998
-+++ src/pgp.c.orig Thu Apr 16 21:24:11 1998
+--- src/pgp.c.orig Sat May 17 20:30:00 1997
++++ src/pgp.c Thu Apr 16 23:13:29 1998
@@ -117,7 +117,7 @@
dup (fd[1]);
close (fd[1]);
-- execlp(PGP_PATH,
-+ execl(PGP_PATH,
+- execl(PGP_PATH,
++ execlp(PGP_PATH,
PGP_PATH,"+verbose=0", "+language=en", "-kv", c, (char *)0);
tmp = errno;