Date: Tue, 14 Apr 2015 22:48:41 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384033 - head/mail/qmail Message-ID: <201504142248.t3EMmfUE052058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Apr 14 22:48:40 2015 New Revision: 384033 URL: https://svnweb.freebsd.org/changeset/ports/384033 Log: Fix /usr/local/etc/man.d appearing as a leftover since ~pkg 1.3.8. Not bumping PORTREVISION as this is not worth shaking up qmail installations over. Modified: head/mail/qmail/pkg-plist Modified: head/mail/qmail/pkg-plist ============================================================================== --- head/mail/qmail/pkg-plist Tue Apr 14 22:26:17 2015 (r384032) +++ head/mail/qmail/pkg-plist Tue Apr 14 22:48:40 2015 (r384033) @@ -236,5 +236,6 @@ scripts/mkaliasdir @unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt @unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. You can do it just executing 'echo sendmail_enable=\"YES\"' >> /etc/rc.conf" | /usr/bin/fmt @cwd %%LOCALBASE%% +@dir etc/man.d etc/man.d/qmail.conf @cwd %%QMAIL_PREFIX%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504142248.t3EMmfUE052058>