Comment 1 for bug 706953

Revision history for this message
Thomas Goirand (thomas-goirand) wrote : Re: [Bug 706953] Re: --conf parameter is wrong

On 03/24/2011 05:14 PM, Steffen G wrote:
> *** This bug is a duplicate of bug 738032 ***
> https://bugs.launchpad.net/bugs/738032
>
> ** Description changed:
>
> Binary package hint: dkimproxy
>
> the --conf parameter should be set with a "=" sign.
> In the init script from the package there is no "=" sign for both in and out dkimproxy:
> Example for OUT:
>
> DKIMPROXY_OUT_ARGS="--domain=${DOMAIN} --method=simple --conf_file
> ${DKOUT_CONF} --keyfile=${DKIMPROXY_OUT_PRIVKEY} ${COMMON_ARGS}
> --pidfile=${PIDDKIMPROXY_OUT}"
>
> correct line:
> DKIMPROXY_OUT_ARGS="--domain=${DOMAIN} --method=simple --conf_file=${DKOUT_CONF} --keyfile=${DKIMPROXY_OUT_PRIVKEY} ${COMMON_ARGS} --pidfile=${PIDDKIMPROXY_OUT}"
>
> Also there is no status check.
>
> regards
> Steffen

Hi,

I just sent a corrected init.d in SID (version 1.4.1-3).

Tanks for you report!

Thomas Goirand (zigo)