diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 19:32:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 19:32:05 +0800 |
commit | f7d90468b12bf9b2a14b534f3feac1dd6fbef254 (patch) | |
tree | 9374d8863a37f67f57c45fda15007980a87036bf /mail | |
parent | bba996d0261ebb8f932843ccc7bd16021954e8c3 (diff) | |
download | freebsd-ports-gnome-f7d90468b12bf9b2a14b534f3feac1dd6fbef254.tar.gz freebsd-ports-gnome-f7d90468b12bf9b2a14b534f3feac1dd6fbef254.tar.zst freebsd-ports-gnome-f7d90468b12bf9b2a14b534f3feac1dd6fbef254.zip |
- Proper startup order for rcNG script
PR: ports/103133
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tpop3d/files/tpop3d.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/files/tpop3d.sh.in b/mail/tpop3d/files/tpop3d.sh.in index 384e18a3ea67..76c91476d7ad 100644 --- a/mail/tpop3d/files/tpop3d.sh.in +++ b/mail/tpop3d/files/tpop3d.sh.in @@ -2,7 +2,7 @@ # # PROVIDE: tpop3d -# REQUIRE: LOGIN +# REQUIRE: postgresql mysql LOGIN # # Add the following line to /etc/rc.conf to enable tpop3d: |