mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
c242b7b04a
PR: 11352 Submitted by: maintainer
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
--- outgoing.cc Fri Jul 17 04:10:02 1998
|
|
+++ /home/andy/tmp/wrk/outgoing.cc Tue Apr 27 18:06:33 1999
|
|
@@ -13,7 +13,9 @@
|
|
#include "terminal.h"
|
|
#include "rcfile.h"
|
|
|
|
+#ifndef MAILER
|
|
#define MAILER "/usr/lib/sendmail -t"
|
|
+#endif
|
|
#define EDITOR "vi +%d"
|
|
#define SIGFILE ".signature"
|
|
|