Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 12:43:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194629] New: mail/dovecot2 startup script breaks rcvar command
Message-ID:  <bug-194629-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194629

            Bug ID: 194629
           Summary: mail/dovecot2 startup script breaks rcvar command
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw@FreeBSD.org
          Reporter: reinier@skoef.nl
          Assignee: adamw@FreeBSD.org
             Flags: maintainer-feedback?(adamw@FreeBSD.org)

Created attachment 148702
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148702&action=edit
Patch to fix it

In the current version (2.2.15) of mail/dovecot2 the startup script
/usr/local/etc/rc.d/dovecot only runs the rcvar command when
dovecot_enable="YES" is set to the appropriate configuration file.

This breaks for instance the puppet provider which issues rcvar to gather
information how to enable dovecot in the first place and leaves me with a
chicken-egg problem.

The exact same bug was issued (#177497) for mail/dovecot and fixed after 1 and
a half year, let's not hope it will takes as long for this port.

I've attached a similar patch how to fix this. This basically removes the
checkyesno check, but this is handled with the run_rc_command anyway.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer adamw@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194629-13>