| Summary: | net-misc/networkmanager-0.6.5 ignores /etc/conf.d/hostname | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniele Tamino <asloxx> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch that fixes the problem (or at least, works for me) | ||
|
Description
Daniele Tamino
2007-07-10 21:48:33 UTC
Created attachment 124480 [details, diff]
Patch that fixes the problem (or at least, works for me)
It's just that in NetworkManagerGentoo.c, the variable sys_data->config is initialized after being used, or not initialized at all, so reading the hostname from the config file and putting it into the config hash table fails.
This patch seems to fix it.
*** This bug has been marked as a duplicate of bug 176873 *** |