Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619372 - net-dns/dnsmasq: start-stop-daemon args confusion
Summary: net-dns/dnsmasq: start-stop-daemon args confusion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 16:34 UTC by Ian Zimmerman
Modified: 2017-06-07 13:40 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Zimmerman 2017-05-22 16:34:48 UTC
After last stable update of openrc (to 0.26.2), the dnsmasq init script now spews the following warning:

 using --retry with --start has no effect, use --wait instead

This can be traced to the following line in the init script:

 start_stop_daemon_args="--retry TERM/3/TERM/5"

Apparently these args will be used both for start and stop, hence the warning.
This should be fixed to reduce console noise.
Comment 2 Cddr 2017-06-07 13:40:26 UTC
Why only dnsmasq-init-r2 fixed but not dnsmasq-init-dhcp-r1?

I still suffer from this issue.