Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147213 Details for
Bug 214634
net-misc/networkmanager 0.6.6 (possibly 0.6.5 too) hostname bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing the hostname issue by initializing config earlier
networkmanager-0.6.6-hostname.diff (text/plain), 695 bytes, created by
bruno randolf
on 2008-03-25 04:39:14 UTC
(
hide
)
Description:
patch fixing the hostname issue by initializing config earlier
Filename:
MIME Type:
Creator:
bruno randolf
Created:
2008-03-25 04:39:14 UTC
Size:
695 bytes
patch
obsolete
>diff -Nurb NetworkManager-0.6.6.clean/src/backends/NetworkManagerGentoo.c NetworkManager-0.6.6/src/backends/NetworkManagerGentoo.c >--- NetworkManager-0.6.6.clean/src/backends/NetworkManagerGentoo.c 2008-03-25 12:25:53.000000000 +0900 >+++ NetworkManager-0.6.6/src/backends/NetworkManagerGentoo.c 2008-03-25 12:27:51.000000000 +0900 >@@ -622,6 +622,9 @@ > sys_data->mtu = mtu; > } > } >+ >+ sys_data->config = nm_ip4_config_new(); >+ > val = g_hash_table_lookup(ifh, "hostname"); > if (val) > { >@@ -634,7 +637,6 @@ > /* This device does not use DHCP */ > > sys_data->use_dhcp=FALSE; >- sys_data->config = nm_ip4_config_new(); > > nm_ip4_config_set_address (sys_data->config, inet_addr (val)); >
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 214634
: 147213