[Pkg-utopia-maintainers] Bug#607956: Bug#607956: Bug#607956: network-manager: Does not start with "dhcp=dhcpcd" option in NetworkManager.conf

Michael Biebl biebl at debian.org
Fri Mar 18 19:50:43 UTC 2011


Am 10.03.2011 12:46, schrieb Viktor Malyarchuk:
> Hi Michael,
> 
> yes this is the case. If I build NM on the system with Sid's dhcpcd5
> installed, dhcpcd support is enabled. If build happens on dhcpcd-free
> system, dhcpcd support is disabled by default but could be enabled by
> "--with-dhcpcd=/sbin/dhcpcd".
> 
> Could you be so kind to enable NM's dhcpcd support by applying attached
> patch? It is one-liner that add "--with-dhcpcd=/sbin/dhcpcd \" to
> "debian/rules".

Which version of dhcpcd do you use?

According to configure.ac, on v4 (and later, I guess) is fully supported:

AC_ARG_WITH([dhcpcd], AS_HELP_STRING([--with-dhcpcd=yes|no|path], [Enable dhcpcd
4.x support]))
...
		AC_MSG_CHECKING(for dhcpcd)
		# We fully work with upstream dhcpcd-4
		for path in /sbin /usr/sbin /usr/pkg/sbin /usr/local/sbin; do
			test -x "${path}/dhcpcd" || continue
			case `"$path/dhcpcd" --version 2>/dev/null` in


I'm wondering if this could cause problems, given that Debian ships both dhcpcd
v3 and v5 and /sbin/dhcpcd is managed via alternatives.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20110318/7841a5d5/attachment.pgp>


More information about the Pkg-utopia-maintainers mailing list