diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-17 09:31:21 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-17 09:31:21 +0800 |
commit | 4c6056b2cc5cd1de3f7a88e35217552b9324f38b (patch) | |
tree | 1a3a766044d967b26730c8f03dd97e4ad88370bf /mail | |
parent | 16826f71349479a6b1eff60d6e85e2e302a06489 (diff) | |
download | freebsd-ports-gnome-4c6056b2cc5cd1de3f7a88e35217552b9324f38b.tar.gz freebsd-ports-gnome-4c6056b2cc5cd1de3f7a88e35217552b9324f38b.tar.zst freebsd-ports-gnome-4c6056b2cc5cd1de3f7a88e35217552b9324f38b.zip |
- Remove .sh from startup script names in activation.txt
- Bump PORTREVISION
PR: ports/124617
Submitted by: Paul J Murphy <paul inetstat.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamass-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/spamass-milter/files/activation.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 0343d8ecf6b2..d912181d1d2b 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -7,7 +7,7 @@ PORTNAME= spamass-milter PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= spamass-milt diff --git a/mail/spamass-milter/files/activation.txt b/mail/spamass-milter/files/activation.txt index 63177b1fd7e5..2f0c90ceedcb 100644 --- a/mail/spamass-milter/files/activation.txt +++ b/mail/spamass-milter/files/activation.txt @@ -6,11 +6,11 @@ In order to activate spamass-milter, follow these steps: 2. If you didn't activate spamd (the SpamAssassin daemon), do so now: - %%PREFIX%%/etc/rc.d/sa-spamd.sh start + %%PREFIX%%/etc/rc.d/sa-spamd start 3. Activate spamass-milter: - %%PREFIX%%/etc/rc.d/spamass-milter.sh start + %%PREFIX%%/etc/rc.d/spamass-milter start 4. Backup your sendmail.cf (in /etc/mail). |