Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323245 - mail-filter/opendkim-2.1.0 : init script fails
Summary: mail-filter/opendkim-2.1.0 : init script fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 19:54 UTC by Guillaume Castagnino
Modified: 2010-06-15 12:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
opendkim.init.patch (opendkim.init.patch,749 bytes, patch)
2010-06-08 20:13 UTC, Guillaume Castagnino
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Castagnino 2010-06-08 19:54:22 UTC
Hi,

With opendkim 2.1.0, the init script does not work anymore. It uses the "-P" option to manage the pid, but this option has been removed.

The changelog says it's because there is the equivalent option in config file (PidFile).

Workaround is removing this option from the init script, and correctly setting it in the config file.

Thanks
Comment 1 Guillaume Castagnino 2010-06-08 20:13:33 UTC
Created attachment 234581 [details, diff]
opendkim.init.patch

With this patch, opendkim starts fine. But the PidFile configuration option becomes mandatory in /etc/opendkim/opendkim.conf...
Comment 2 Daniel Black (RETIRED) gentoo-dev 2010-06-15 12:00:00 UTC
thanks for the bug report. Small note that start-stop-daemon does not create a pid file hence the differences. Any problems let me know.

Thanks.