Bug 228996 - [patch] mail/cyrus_imapd23 / 24 / 25 / 30 extend PROVIDE keyword in rc script with imap
Summary: [patch] mail/cyrus_imapd23 / 24 / 25 / 30 extend PROVIDE keyword in rc script...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 20:08 UTC by Olli Hauer
Modified: 2018-06-16 06:45 UTC (History)
1 user (show)

See Also:
ohauer: maintainer-feedback? (ume)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2018-06-13 20:08:03 UTC
Based on bug #228991 I suggest the following change for cyrus_imapXX so it would start after cyrus-sasl2-saslauthd


mail/cyrus_imapXX/files/imapd.in 
- # PROVIDE: cyrus_imapd
+ # PROVIDE: cyrus_imapd imap
 # REQUIRE: DAEMON
 # BEFORE: mail


security/cyrus-sasl2-saslauthd/files/saslauthd.in
 # PROVIDE: saslauthd
 # REQUIRE: DAEMON
 # BEFORE: mail imap
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-16 06:43:13 UTC
A commit references this bug:

Author: ume
Date: Sat Jun 16 06:42:36 UTC 2018
New revision: 472520
URL: https://svnweb.freebsd.org/changeset/ports/472520

Log:
  cyrus-imapd should start after saslauthd

  PR:		228996
  Submitted by:	ohauer

Changes:
  head/mail/cyrus-imapd23/Makefile
  head/mail/cyrus-imapd23/files/imapd.in
  head/mail/cyrus-imapd24/Makefile
  head/mail/cyrus-imapd24/files/imapd.in
  head/mail/cyrus-imapd25/Makefile
  head/mail/cyrus-imapd25/files/imapd.in
  head/mail/cyrus-imapd30/Makefile
  head/mail/cyrus-imapd30/files/imapd.in
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2018-06-16 06:45:12 UTC
Thanks, committed!