mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19a336cf01
PR: 17718 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
--- outgoing.cpp.orig Thu Apr 22 23:24:59 1999
|
|
+++ outgoing.cpp Fri Mar 31 03:22:18 2000
|
|
@@ -14,7 +14,9 @@
|
|
#include "rcfile.h"
|
|
#include "outgoing.h"
|
|
|
|
+#ifndef MAILER
|
|
#define MAILER "/usr/lib/sendmail -t"
|
|
+#endif
|
|
#define EDITOR "vi +%d"
|
|
#define SIGFILE ".signature"
|
|
|