mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ee8919ab2a
- Utilize USE_RC_SUBR and SUB_FILES PR: 100291 Submitted by: leeym Approved by: maintainer
8 lines
486 B
Plaintext
8 lines
486 B
Plaintext
@unexec if cmp -s %D/etc/postfix/dist-postgrey_whitelist_recipients %D/etc/postfix/postgrey_whitelist_recipients; then rm -f %D/etc/postfix/postgrey_whitelist_recipients; fi
|
|
@unexec if cmp -s %D/etc/postfix/dist-postgrey_whitelist_clients %D/etc/postfix/postgrey_whitelist_clients; then rm -f %D/etc/postfix/postgrey_whitelist_clients; fi
|
|
sbin/postgrey
|
|
sbin/postgreyreport
|
|
etc/postfix/dist-postgrey_whitelist_recipients
|
|
etc/postfix/dist-postgrey_whitelist_clients
|
|
@dirrmtry etc/postfix
|