| Summary: | net-dns/dnsmasq-2.34 (actually all versions) ignores DNSMASQ_OPTS | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tyler Montbriand <tyler> |
| Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | amne, matthias.foerste |
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Patch for /etc/init.d/dnsmasq
another patch for /etc/init.d/dnsmasq |
||
|
Description
Tyler Montbriand
2007-03-05 19:17:36 UTC
Created attachment 112206 [details, diff]
Patch for /etc/init.d/dnsmasq
Created attachment 112414 [details, diff]
another patch for /etc/init.d/dnsmasq
I had a similar Problem with the -r option being ignored. Actually the first "--" tells start-stop-daemon to pass all arguments after it to pass to the exec to start which should probably read "--pidfile" instead. Attached patch works for me.
It used to work for me in 2.34, but broke when upgrading to 2.38. After a downgrade to 2.34, it was also broken there (well, it's the same init script after all). Since this breaks all versions (at least for all users relying on the DNSMASQ_OPTS), please fix this rather sooner than later as it also breaks anyone upgrading from 2.34 to 2.38 (which was stabled quite recently on x86). Fixed. Sorry about that - my fault. Thanks a lot for responding that quickly after i poked you on IRC, Roy. :-) DNSMASQ_OPTS seems to work fine again. |