openbsd-ports/mail/amavisd-new/pkg/MESSAGE
robert 3d11c88482 add @extra for the config file; change /usr/local/ to ${PREFIX}
in MESSAGE; identified by xsa@; ok xsa@
2004-04-30 22:18:13 +00:00

6 lines
149 B
Plaintext

Enable amavisd-new in /etc/rc.local with the following lines:
if [ -x ${PREFIX}/sbin/amavisd ]; then
echo -n ' amavisd'; ${PREFIX}/sbin/amavisd
fi