svn commit: r370892 - head/mail/postfix210

Matthias Andree mandree at FreeBSD.org
Tue Oct 14 22:49:24 UTC 2014


Author: mandree
Date: Tue Oct 14 22:49:23 2014
New Revision: 370892
URL: https://svnweb.freebsd.org/changeset/ports/370892
QAT: https://qat.redports.org/buildarchive/r370892/

Log:
  @unexec rmdir -> @dir

Modified:
  head/mail/postfix210/pkg-plist

Modified: head/mail/postfix210/pkg-plist
==============================================================================
--- head/mail/postfix210/pkg-plist	Tue Oct 14 22:37:30 2014	(r370891)
+++ head/mail/postfix210/pkg-plist	Tue Oct 14 22:49:23 2014	(r370892)
@@ -308,22 +308,22 @@ sbin/sendmail
 %%PORTDOCS%%%%DOCSDIR%%/virtual.8.html
 %%PORTDOCS%%%%DOCSDIR%%/tlsmgr.8.html
 %%PORTDOCS%%%%DOCSDIR%%/generic.5.html
- at unexec rmdir "/var/db/postfix" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/active" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/bounce" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/corrupt" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/defer" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/deferred" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/flush" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/hold" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/incoming" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/maildrop" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/pid" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/private" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/public" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/saved" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix/trace" >/dev/null 2>&1 || :
- at unexec rmdir "/var/spool/postfix" >/dev/null 2>&1 || :
+ at dir /var/db/postfix
+ at dir /var/spool/postfix/active
+ at dir /var/spool/postfix/bounce
+ at dir /var/spool/postfix/corrupt
+ at dir /var/spool/postfix/defer
+ at dir /var/spool/postfix/deferred
+ at dir /var/spool/postfix/flush
+ at dir /var/spool/postfix/hold
+ at dir /var/spool/postfix/incoming
+ at dir /var/spool/postfix/maildrop
+ at dir /var/spool/postfix/pid
+ at dir /var/spool/postfix/private
+ at dir /var/spool/postfix/public
+ at dir /var/spool/postfix/saved
+ at dir /var/spool/postfix/trace
+ at dir /var/spool/postfix
 %%BASE%%@cwd /
 etc/postfix/LICENSE
 etc/postfix/TLS_LICENSE


More information about the svn-ports-head mailing list