forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
275 B
C++
12 lines
275 B
C++
--- outgoing.cpp.orig Mon Jan 23 17:55:34 2006
|
|
+++ outgoing.cpp Mon Jul 10 01:14:23 2006
|
|
@@ -16,7 +16,9 @@
|
|
#include "tempfile.h"
|
|
#include "outgoing.h"
|
|
|
|
+#ifndef MAILER
|
|
#define MAILER "/usr/lib/sendmail -t"
|
|
+#endif
|
|
#define EDITOR "vi +%d"
|
|
#define SIGFILE ".signature"
|
|
|