freebsd-ports/mail/mixmaster/files/patch-ab
Volker Stolz eab25aec93 Add mixmaster 2.9.1, a cryptographically secure anonymous remailer.
PR:		ports/59813
Submitted by:	Meyer Wolfsheim
2004-06-15 14:49:10 +00:00

11 lines
398 B
Text

--- mix.c.orig 2003-09-27 19:42:28.000000000 +0200
+++ 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];