Summary: | mail/opendkim: inconsistent PID handling in rc | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Evilham <contact> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | bdrewery, freebsd-ports | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(freebsd-ports) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Evilham
2022-03-10 18:26:26 UTC
Created attachment 232371 [details]
bugfixes to opendkim rc script
This patch addresses the two described issues.
With this, the result is that without using profiles:
- If PidFile is not used, service milter-opendkim start works as expected without user intervention
- If PidFile is used in the config, that setting is respected
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0c54af8111e5e82e461dc2a15df341a6970801e commit e0c54af8111e5e82e461dc2a15df341a6970801e Author: Evilham <contact@evilham.com> AuthorDate: 2022-03-10 18:41:48 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2022-05-10 20:17:23 +0000 mail/opendkim: Properly create pidfile dir Submitted by: Evilham Approved by: maintainer timeout PR: 262473 mail/opendkim/Makefile | 2 +- mail/opendkim/files/milter-opendkim.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) |