diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2019-08-15 21:25:40 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-08-15 21:25:40 +0800 |
commit | 10567987504404669e1cfc3d20faaeb3dfad42d1 (patch) | |
tree | f13ca664bc6fb492c14c4886354a4a9eb2af3a1d /mail/rspamd | |
parent | afde4f7d0b3fabdf3b90665f29762cbf6a5adf6a (diff) | |
parent | 07b63d7386ea20dc9a60a4a1adf7d8827c609225 (diff) | |
download | freebsd-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.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 +} +] |