9f7ab903b2
- Remove leading article from COMMENT - Get database dependency through USE_BDB - Support OptionsNG, add DOCS and SASL options - Use port framework for user and group creation - Make daemon binary look for config files in ETCDIR not /etc - Install config files in ETCDIR and preserve them when modified
26 lines
748 B
Text
26 lines
748 B
Text
bin/aliascheck
|
|
bin/dbutil
|
|
bin/deliver
|
|
bin/dotlock
|
|
bin/edinplace
|
|
bin/escape
|
|
bin/macutil
|
|
bin/mailexec
|
|
bin/match
|
|
bin/sendmac
|
|
bin/smtpdcheck
|
|
bin/synos
|
|
@unexec if cmp -s %D/etc/avenger/asmtpd.conf.sample %D/etc/avenger/asmtpd.conf; then rm -f %D/etc/avenger/asmtpd.conf; fi
|
|
%%ETCDIR%%/asmtpd.conf.sample
|
|
@exec if [ ! -f %D/etc/avenger/asmtpd.conf ] ; then cp -p %D/%F %B/asmtpd.conf; fi
|
|
@unexec if cmp -s %D/etc/avenger/unknown.sample %D/etc/avenger/unknown; then rm -f %D/etc/avenger/unknown; fi
|
|
%%ETCDIR%%/unknown.sample
|
|
@exec if [ ! -f %D/etc/avenger/unknown ] ; then cp -p %D/%F %B/unknown; fi
|
|
libexec/avenger
|
|
libexec/avenger.local
|
|
sbin/asmtpd
|
|
%%DATADIR%%/avsendmail.m4
|
|
%%DATADIR%%/smtp-filter.pf
|
|
share/pf.os
|
|
@dirrm %%DATADIR%%
|
|
@dirrmtry %%ETCDIR%%
|