Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 14:10:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 292404] mail/mailman3: Update rc.d script
Message-ID:  <bug-292404-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292404

            Bug ID: 292404
           Summary: mail/mailman3: Update rc.d script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: einar@isnic.is

The mailman rc.d script has two problems:

`service mailman start` prints ugly error if the service is already started

`service mailman status` returns code 0 if the service is not running, 1 if it
is running (see
https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/bin/master.py#L105)
This causes problems with tools like ansible, where the service module assumes
rc 1 means that the service isn't running and 0 that it is.

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

home | help

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