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/spamassassin | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) |
Notes
Diffstat (limited to 'mail/spamassassin')
-rw-r--r-- | mail/spamassassin/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/spamassassin/files/pkg-message.in b/mail/spamassassin/files/pkg-message.in index e9ce9cb4c40f..d34c13f8ca9d 100644 --- a/mail/spamassassin/files/pkg-message.in +++ b/mail/spamassassin/files/pkg-message.in @@ -1,5 +1,6 @@ -========================================================================== - +[ +{ type: install + message: <<EOM You should complete the following post-installation tasks: 1) Read %%DOCSDIR%%/INSTALL @@ -27,5 +28,6 @@ By default, spamd runs as root (the AS_ROOT option). If you wish to change this, add the following to /etc/rc.conf: spamd_flags="-u spamd -H /var/spool/spamd" - -========================================================================== +EOM +} +] |