summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-19 19:55:19 +0000
committerobrien <obrien@FreeBSD.org>1999-12-19 19:55:19 +0000
commit48ced866892c55e9e8df80333f88385d02ce5224 (patch)
tree26bda8970564fd1b7523304f5474bd957b324a35 /contrib/sendmail/src
parent271f0764068406041889c807583b4ff7eeac4a68 (diff)
downloadFreeBSD-src-48ced866892c55e9e8df80333f88385d02ce5224.zip
FreeBSD-src-48ced866892c55e9e8df80333f88385d02ce5224.tar.gz
Install sendmail.cf into /etc/mail.
The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade our repository to that version, we will get the change. It is best to make the path change in 4.0-R (which may not have the latest Sendmail Inc. version, than to change in mid-4.x stream when we may upgrade. Ok'ed by: Peter (quite a while ago)
Diffstat (limited to 'contrib/sendmail/src')
-rw-r--r--contrib/sendmail/src/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h
index 6097c27..b8df01d 100644
--- a/contrib/sendmail/src/conf.h
+++ b/contrib/sendmail/src/conf.h
@@ -12,6 +12,8 @@
* @(#)conf.h 8.385 (Berkeley) 1/28/1999
*/
+/* $FreeBSD$ */
+
/*
** CONF.H -- All user-configurable parameters for sendmail
**
@@ -831,6 +833,10 @@ typedef int pid_t;
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
# include <paths.h>
+# if defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
+# define _PATH_VENDOR_CF "/etc/mail/sendmail.cf"
+# define USE_VENDOR_CF_PATH
+# endif
# define HASUNSETENV 1 /* has unsetenv(3) call */
# define HASSETSID 1 /* has the setsid(2) POSIX syscall */
# define USESETEUID 1 /* has useable seteuid(2) call */
OpenPOWER on IntegriCloud