On boot, up-imapproxy fails to start when using mail/dovecot2 as imap server. Fix: Add dovecot to # REQUIRE in /usr/local/etc/rc.d/imapproxyd # REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd dovecot How-To-Repeat: Install mail/up-imapproxy and mail/dovecot2 and enable both services in rc.conf reboot "Dec 4 13:13:07 email root: /etc/rc: WARNING: failed to start imapproxyd"
Responsible Changed From-To: freebsd-ports-bugs->mbr Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: mbr->freebsd-ports-bugs Reassign to the heap
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it
Spil: Can you try this? (do a make config and select 'with dovecot') Gabor: how is my solution? I guess we could just put 'dovecot' at end of dependeny list. no portsbump? default is a no op, and anyone who installs it from scratch will get new rc file. no pkg-plist changes. -- Michael Scheidell, CTO SECNAP Network Security Corporation (561) 999-5000 scheidell@secnap.net http://www.secnap.com/ ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________
State Changed From-To: open->feedback Waiting for submitters feedback on patch
On 2012.01.05. 3:48, Michael Scheidell wrote: > Gabor: how is my solution? I guess we could just put 'dovecot' at end of dependeny list. > no portsbump? default is a no op, and anyone who installs it from scratch will get new rc file. > > no pkg-plist changes. Looks a clean solution, you should just put a newline after the pre include to make it more readable. Gabor
scheidell 2012-01-06 00:56:42 UTC FreeBSD ports repository Modified files: mail/up-imapproxy Makefile mail/up-imapproxy/files imapproxyd.sh.in Log: - Add option knob to suggest to rcorder that it start dovecot first PR: ports/163200 Submitted by: Spil <spil.oss@gmail.com> Approved by: gabor (mentor) Revision Changes Path 1.23 +12 -1 ports/mail/up-imapproxy/Makefile 1.6 +2 -2 ports/mail/up-imapproxy/files/imapproxyd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Patch committed that has an option knob to activate dovedot dependencyn