summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
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 /etc/sendmail
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 'etc/sendmail')
-rw-r--r--etc/sendmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index ea19529..c0b565a 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -18,7 +18,7 @@ RM= rm -f
ALL= freebsd.cf
# Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this
-# causes 'make install' to always copy it over /etc/sendmail.cf!!!
+# causes 'make install' to always copy it over /etc/mail/sendmail.cf!!!
# Caveat emptor! Be sure you want this before you enable it.
.if defined(SENDMAIL_CF)
ALL+= ${SENDMAIL_CF}
@@ -33,13 +33,13 @@ depend:
install:
.if defined(SENDMAIL_CF)
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \
- ${DESTDIR}/etc/sendmail.cf
+ ${DESTDIR}/etc/mail/sendmail.cf
.endif
# Helper for src/etc/Makefile
etc-sendmail.cf: freebsd.cf
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \
- ${DESTDIR}/etc/sendmail.cf
+ ${DESTDIR}/etc/mail/sendmail.cf
# this is overkill, but....
M4FILES!= find ${CFDIR} -type f -name '*.m4' -print
OpenPOWER on IntegriCloud