summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2010-10-08 17:42:09 +0000
committermarkm <markm@FreeBSD.org>2010-10-08 17:42:09 +0000
commitb0968fd172a1b54d09600cd9ab5c96fb2cded95f (patch)
tree42cccdc6e37fd55dfd022780e877fac8610448e5 /tools
parentd6b49c1347fb91d001e663fd764814c593b4ad56 (diff)
downloadFreeBSD-src-b0968fd172a1b54d09600cd9ab5c96fb2cded95f.zip
FreeBSD-src-b0968fd172a1b54d09600cd9ab5c96fb2cded95f.tar.gz
Don't blow away /bin/rmail symlink if we are keeping mailwrapper.
Mailwrapper can provide a perfectly good rmail with other mailers.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 2123107..6a9d448 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -2003,7 +2003,9 @@ OLD_FILES+=etc/periodic/daily/210.backup-aliases
OLD_FILES+=etc/periodic/daily/440.status-mailq
OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
OLD_FILES+=etc/periodic/daily/500.queuerun
+.if ${MK_MAILWRAPPER} == no
OLD_FILES+=bin/rmail
+.endif
OLD_FILES+=usr/bin/vacation
OLD_FILES+=usr/include/libmilter/mfapi.h
OLD_FILES+=usr/include/libmilter/mfdef.h
OpenPOWER on IntegriCloud