Re: preserving l2tp
Roy Marples
Sun Jan 02 17:08:23 2011
On 02/01/2011 16:55, Niv Wiser wrote:
hmm, why is it adding -D :
in /lib/dhcpcd/dhcpcd-run-hooks line 156:
# Send a command to a system service
service_cmd()
{
/sbin/rc-service $1 -- -D $2
}
is this right?
Yes, that is correct.
-- means that option processing should top at this point, but it's not.
-D is support to be passed to the service directly, not rc-service. What
does /bin/sh point to on your system? bash?
Thanks
Roy
Archive administrator: postmaster@marples.name