diff options
author | dougb <dougb@FreeBSD.org> | 2007-02-27 07:02:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-02-27 07:02:04 +0800 |
commit | f3bf9401d614af9a4b192d73cdf8c63253643a04 (patch) | |
tree | 4131cf2e93de8a77a377c91f98754ad57198b04b /mail | |
parent | bc5aca75fc79dd06f9129385efa276d198d40c1b (diff) | |
download | freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.gz freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.zst freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.zip |
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).
Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-regex/files/milterregex.sh.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/milter-regex/files/milterregex.sh.in b/mail/milter-regex/files/milterregex.sh.in index f869e5cabc5f..969e4cb6a0b1 100644 --- a/mail/milter-regex/files/milterregex.sh.in +++ b/mail/milter-regex/files/milterregex.sh.in @@ -1,15 +1,18 @@ #!/bin/sh +# $FreeBSD$ + # Start or stop milterregex # PROVIDE: milterregex # REQUIRE: DAEMON # BEFORE: mail -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # -# NOTE for FreeBSD 5.0+: +# NOTE for FreeBSD 5.0 through 6.0: # If you want this script to start with the base rc scripts # move milterregex to /etc/rc.d/milterregex +# Not necessary for 6.1+ prefix=%%PREFIX%% spooldir=%%SPOOLDIR%% |