diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-08-08 11:18:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-08-08 11:18:45 +0000 |
commit | a2632042c212942eeb1f6441e6e865bef2f60103 (patch) | |
tree | e3a6ee7b5bcab5264a1ef5d438c30ef0d0cd747d /mail/courier/files/courier.sh.in | |
parent | Fix build after recent Gstreamer update. (diff) |
- Update to 0.62
PR: ports/137112
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer)
Notes
Notes:
svn path=/head/; revision=239147
Diffstat (limited to 'mail/courier/files/courier.sh.in')
-rw-r--r-- | mail/courier/files/courier.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/courier/files/courier.sh.in b/mail/courier/files/courier.sh.in index 703fa7abd17a..a2ec2e2f7fa4 100644 --- a/mail/courier/files/courier.sh.in +++ b/mail/courier/files/courier.sh.in @@ -11,6 +11,10 @@ # REQUIRE: LOGIN courier_authdaemond # BEFORE: securelevel # KEYWORD: shutdown +# +# NOTE for FreeBSD 5.0+: +# If you want this script to start with the base rc scripts +# move courier.sh to /etc/rc.d/courier prefix="%%PREFIX%%" exec_prefix="${prefix}" |