diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-01 16:14:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-01 16:14:26 +0000 |
commit | 07d155cb9112276d02f285e302ef342440271a99 (patch) | |
tree | 39928958395d1c9f165700406acfcfe65b342795 /mail/sqwebmail | |
parent | d83bca4c4db1aa2c01ced3c3011ad94180d686f7 (diff) |
fix a circular dependency - don't depend on yourself
Submitted by: Billy Newsom <billy@nlcc.us>
Notes
Notes:
svn path=/head/; revision=138304
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/files/sqwebmail-sqwebmaild.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/files/sqwebmail-sqwebmaild.sh.in b/mail/sqwebmail/files/sqwebmail-sqwebmaild.sh.in index a8b3a2eb325a..70e4eb44e36a 100644 --- a/mail/sqwebmail/files/sqwebmail-sqwebmaild.sh.in +++ b/mail/sqwebmail/files/sqwebmail-sqwebmaild.sh.in @@ -1,9 +1,9 @@ #!/bin/sh # -# An rc.subr-style startup script for courier-authdaemond service. +# An rc.subr-style startup script for the sqwebmaild service. # PROVIDE: sqwebmaild -# REQUIRE: LOGIN sqwebmaild +# REQUIRE: LOGIN # KEYWORD: FreeBSD shutdown # Define these sqwebmaild_* variables in one of these files: |