diff options
author | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
commit | 654894d0d627b812897863a5b0118e2e609d9dce (patch) | |
tree | aaeeff4c736ebd629a9db1fb4cf382efc01289fe /mail/mailscanner/files | |
parent | 72fc60e1446f886be55c78935b567e74cfd4fddd (diff) | |
download | freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.gz freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.zst freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.zip |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Diffstat (limited to 'mail/mailscanner/files')
-rw-r--r-- | mail/mailscanner/files/mailscanner.sh.in | 2 | ||||
-rw-r--r-- | mail/mailscanner/files/mta.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailscanner/files/mailscanner.sh.in b/mail/mailscanner/files/mailscanner.sh.in index 0ef8d417882f..4cfeddc41be8 100644 --- a/mail/mailscanner/files/mailscanner.sh.in +++ b/mail/mailscanner/files/mailscanner.sh.in @@ -2,7 +2,7 @@ # PROVIDE: mailscanner # REQUIRE: mta -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable mailscanner: diff --git a/mail/mailscanner/files/mta.sh.in b/mail/mailscanner/files/mta.sh.in index f7e08d1ab8a0..aff193ac930a 100644 --- a/mail/mailscanner/files/mta.sh.in +++ b/mail/mailscanner/files/mta.sh.in @@ -5,7 +5,7 @@ # PROVIDE: mta # REQUIRE: LOGIN cleanvar # BEFORE: -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable mta at boot-up time: |