martin f krafft wrote:
> Package: dhcpcd
> Version: 1:3.2.3-5
> Severity: normal
> File: /sbin/dhcpcd-bin
> 
> I cannot pass -L (--noipv4ll) to dhcpcd. This is because dhcpcd
> duplicates the interface of dhcpcd-bin and changes it a bit.
> 
> Instead of magic variables in /etc/default/dhcpcd, might I suggest
> an option just to define a set of options that have to be present,
> and then to process "$@" and these options one by one to produce the
> set union to pass to dhcpcd-bin?
> 

The wrapper passes options to the underlying daemon.

dhcpcd --noipv4ll eth0

results in

exec /sbin/dhcpcd-bin -h <hostname> -Y -N -R --noipv4ll eth0

which is what you want I think?

Sorry, I don't understand the problem.

Cheers,

Simon.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to