freebsd-ports/mail/postfix-current/pkg-plist
Chris D. Faulhaber 7eeeeefae8 - Add option for postfix benchmark
- Fix spacing error in writing to /etc/mail/mailer.conf
- Update pkg-plist to include postfix benchmark binaries

PR:		22728
Submitted by:	Maintainer
2000-11-11 17:37:21 +00:00

62 lines
1.7 KiB
Text

@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/postfix/etc/main.cf; fi
@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/postfix/etc/master.cf; fi
etc/postfix/LICENSE
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-aliases
etc/postfix/sample-aliases.cf
%%WITH_SASL%%etc/postfix/sample-auth.cf
etc/postfix/sample-canonical
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-filter.cf
%%WITH_LDAP%%etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
%%WITH_PCRE%%etc/postfix/sample-pcre.cf
%%WITH_PCRE%%etc/postfix/sample-pcre_table
etc/postfix/sample-rate.cf
etc/postfix/sample-regexp.cf
etc/postfix/sample-regexp_table
etc/postfix/sample-relocated
etc/postfix/sample-relocated.cf
etc/postfix/sample-resource.cf
etc/postfix/sample-rewrite.cf
etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual
etc/postfix/sample-virtual.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/flush
libexec/postfix/lmtp
libexec/postfix/local
libexec/postfix/master
libexec/postfix/nqmgr
libexec/postfix/pickup
libexec/postfix/pipe
libexec/postfix/qmgr
libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/spawn
libexec/postfix/trivial-rewrite
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postfix
sbin/postkick
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
%%WITH_TEST%%sbin/smtp-sink
%%WITH_TEST%%sbin/smtp-source
@unexec rmdir etc/postfix > /dev/null 2>&1 || true
@dirrm libexec/postfix