mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f5387617c9
Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
9 lines
507 B
Plaintext
9 lines
507 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/rc.d/postgrey.sh
|
|
etc/postfix/dist-postgrey_whitelist_recipients
|
|
etc/postfix/dist-postgrey_whitelist_clients
|
|
@dirrmtry etc/postfix
|