diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-25 09:37:43 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-25 09:37:43 +0000 |
commit | 726c19963f0f2b7c8045df9260c6c47b0da877bb (patch) | |
tree | af19e1af431923744093435d0e8399c28c5fdbd5 | |
parent | - Update IPv6 patches to 2.1.3 (diff) |
Fix path in instructions (/etc/mail -> /usr/local/etc/mail)
PR: ports/67681
Submitted by: Jason Bacon
Notes
Notes:
svn path=/head/; revision=112217
-rw-r--r-- | mail/spamass-milter/files/activation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamass-milter/files/activation.txt b/mail/spamass-milter/files/activation.txt index 561833626be0..326cbe21b498 100644 --- a/mail/spamass-milter/files/activation.txt +++ b/mail/spamass-milter/files/activation.txt @@ -1,7 +1,7 @@ In order to activate spamass-milter, follow these steps: 1. Review and customize your system-wide SpamAssassin preference, by - editing /etc/mail/spamassassin/local.cf. Refer to the SpamAssassin + editing /usr/local/etc/mail/spamassassin/local.cf. Refer to the SpamAssassin manpage Mail::SpamAssassin::Conf(3) for details on what to put in it. 2. If you didn't activate spamd (the SpamAssassin daemon), do so now: |