svn commit: r203733 - head/tools/build/mk
Xin LI
delphij at FreeBSD.org
Wed Feb 10 00:01:35 UTC 2010
Author: delphij
Date: Wed Feb 10 00:01:35 2010
New Revision: 203733
URL: http://svn.freebsd.org/changeset/base/203733
Log:
Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPER
and MK_SENDMAIL is "no".
Reported by: Rob Farmer <rfarmer at predatorlabs.net>
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Tue Feb 9 23:45:14 2010 (r203732)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Wed Feb 10 00:01:35 2010 (r203733)
@@ -1559,7 +1559,9 @@ OLD_FILES+=usr/share/misc/mail.tildehelp
.if ${MK_MAILWRAPPER} == no
OLD_FILES+=etc/mail/mailer.conf
+.if ${MK_SENDMAIL} == no
OLD_FILES+=usr/sbin/mailwrapper
+.endif
OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
.endif
More information about the svn-src-head
mailing list