summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/pathnames.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-01-10 03:20:13 +0000
committerimp <imp@FreeBSD.org>2000-01-10 03:20:13 +0000
commit249e15bd17f3386bc261cc4e9cfe8c78f5f809ce (patch)
treec9a1414d19c20c50791b9284054dc1cd20d5ffc6 /usr.sbin/mailwrapper/pathnames.h
parentc96b473b05c3469627e5c3a0325fc35be815b1eb (diff)
downloadFreeBSD-src-249e15bd17f3386bc261cc4e9cfe8c78f5f809ce.zip
FreeBSD-src-249e15bd17f3386bc261cc4e9cfe8c78f5f809ce.tar.gz
Merge from OpenBSD:
o Realloc memory leak fixed which won't matter but would trigger purify o Default to sendmail when no mailer.conf exists. Fixed bugs in OpenBSD version: o Add NULL termination in the right place. Also put back the err. free shouldn't touch errno. Pointed out by: theo de raadt (except the NULL bug :-)
Diffstat (limited to 'usr.sbin/mailwrapper/pathnames.h')
-rw-r--r--usr.sbin/mailwrapper/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mailwrapper/pathnames.h b/usr.sbin/mailwrapper/pathnames.h
index 250cb1b..d8ae498 100644
--- a/usr.sbin/mailwrapper/pathnames.h
+++ b/usr.sbin/mailwrapper/pathnames.h
@@ -32,3 +32,4 @@
*/
#define _PATH_MAILERCONF "/etc/mail/mailer.conf"
+#define _PATH_DEFAULTMTA "/usr/libexec/sendmail/sendmail"
OpenPOWER on IntegriCloud