Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2024 00:07:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280010] mail/py-dkimpy-milter: Create directory for pid file with rc script
Message-ID:  <bug-280010-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 280010
           Summary: mail/py-dkimpy-milter: Create directory for pid file
                    with rc script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: matthew@FreeBSD.org
          Reporter: yasu@freebsd.org
          Assignee: matthew@FreeBSD.org
             Flags: maintainer-feedback?(matthew@FreeBSD.org)

Created attachment 251715
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D251715&action=
=3Dedit
Patch file

Change rc script as following.
* Introduce two new variables.
  - dkimpy_milter_uid
  - dkimpy_milter_gid
* Add following steps to dkimpy_milter_precmd
  1. Create directory for pid file if it isn't exist.
  2. Change owner/group of the directory to ones specified with
dkimpy_milter_uid/dkimpy_milter_gid.

It is necessary to run dkimpy-milter with non-default UserID setting.

--=20
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-280010-7788>