diff options
author | tron <tron@pkgsrc.org> | 1998-04-16 21:21:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-16 21:21:26 +0000 |
commit | 9f424e887024bd828f9677f6a93441bdf95c2e6f (patch) | |
tree | 592b124bfc66efb94d464bde71527d0dd725eab4 /mail/elm/patches | |
parent | 15d2b2700c0802996651205c44977664cc7cb616 (diff) | |
download | pkgsrc-9f424e887024bd828f9677f6a93441bdf95c2e6f.tar.gz |
Remove binary garbage, revert direction.
Diffstat (limited to 'mail/elm/patches')
-rw-r--r-- | mail/elm/patches/patch-ad | 8 |
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; |