Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240693 Details for
Bug 330319
net-misc/networkmanager-0.8.1 Fails to Acquire IP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
networkmanager-0.8.1-dhcp-configure.patch
networkmanager-0.8.1-dhcp-configure.patch (text/plain), 994 bytes, created by
Mike Auty (RETIRED)
on 2010-07-30 14:26:12 UTC
(
hide
)
Description:
networkmanager-0.8.1-dhcp-configure.patch
Filename:
MIME Type:
Creator:
Mike Auty (RETIRED)
Created:
2010-07-30 14:26:12 UTC
Size:
994 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 1200ad3..9099302 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -343,10 +343,10 @@ case "${with_dhcpcd}" in > 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}/dhclient" || continue >+ test -x "${path}/dhcpcd" || continue > case `"$path/dhcpcd" --version 2>/dev/null` in > "dhcpcd "[123]*);; >- "dhcpcd "*) DHCP_CLIENT_PATH="$path/dhcpcd"; break;; >+ "dhcpcd "*) DHCPCD_PATH="$path/dhcpcd"; break;; > esac > done > if test -n "${DHCPCD_PATH}"; then >@@ -363,7 +363,7 @@ if test -z "$DHCPCD_PATH" -a -z "$DHCLIENT_PATH"; then > # in most distros, so use it. > AC_MSG_WARN([Could not find a suitable DHCP client]) > DHCLIENT_PATH=/sbin/dhclient >- AC_MSG_WARN([Falling back to ISC dhclient, ${DHCP_CLIENT_PATH}]) >+ AC_MSG_WARN([Falling back to ISC dhclient, ${DHCLIENT_PATH}]) > fi > AC_SUBST(DHCLIENT_PATH) > AC_SUBST(DHCPCD_PATH)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 330319
:
240555
|
240557
|
240693
|
240697
|
241033