openbsd-ports/mail/mixmaster/patches/patch-Src_mix_c
sturm 2d63f62521 major cleanup, inspired by Peter Palfrader
- no more sgid _mixmaster
- no more global pool
- every user has his own pool/config in ~/.Mix, with
SYSCONFDIR/mixmaster/client.cfg providing a default configuration
- add sample script to fetch remailer keys/statistics
from Peter Palfrader <peter at palfrader dot org>
- remove WWW while here
- fix a bounds warning
- bump PKGNAME
2003-09-29 20:17:49 +00:00

13 lines
470 B
Plaintext

$OpenBSD: patch-Src_mix_c,v 1.1 2003/09/29 20:17:49 sturm Exp $
--- Src/mix.c.orig 2003-09-27 19:42:28.000000000 +0200
+++ Src/mix.c 2003-09-27 19:42:47.000000000 +0200
@@ -86,7 +86,7 @@ char POOLDIR[PATHMAX];
#ifdef WIN32
char SENDMAIL[LINELEN] = "outfile";
#else /* end of WIN32 */
-char SENDMAIL[LINELEN] = "/usr/lib/sendmail -t";
+char SENDMAIL[LINELEN] = "/usr/sbin/sendmail -t";
#endif /* else if not WIN32 */
char SENDANONMAIL[LINELEN];
char NEWS[LINELEN];