diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/rspamd | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) | |
download | ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip |
Notes
Diffstat (limited to 'mail/rspamd')
-rw-r--r-- | mail/rspamd/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/rspamd/files/pkg-message.in b/mail/rspamd/files/pkg-message.in index 51c0a578bfda..e0f07f35b209 100644 --- a/mail/rspamd/files/pkg-message.in +++ b/mail/rspamd/files/pkg-message.in @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM - Add the following line to /etc/rc.conf to enable rspamd: rspamd_enable="YES" @@ -7,4 +9,6 @@ has been created in the /usr/local/etc/newsyslog.conf.d directory. You can edit %%ETCDIR%%/rspamd.newsyslog.conf to change log file rotation configuration. -====================================================================== +EOM +} +] |