aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rspamd
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2019-08-15 21:25:40 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2019-08-15 21:25:40 +0800
commit10567987504404669e1cfc3d20faaeb3dfad42d1 (patch)
treef13ca664bc6fb492c14c4886354a4a9eb2af3a1d /mail/rspamd
parentafde4f7d0b3fabdf3b90665f29762cbf6a5adf6a (diff)
parent07b63d7386ea20dc9a60a4a1adf7d8827c609225 (diff)
downloadfreebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.tar.gz
freebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.tar.zst
freebsd-ports-gnome-10567987504404669e1cfc3d20faaeb3dfad42d1.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mail/rspamd')
-rw-r--r--mail/rspamd/files/pkg-message.in8
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
+}
+]