File NetworkManager-dhcp-hostname-true.patch of Package NetworkManager.import5373
Index: NetworkManager-0.8.2/libnm-util/nm-setting-ip4-config.c =================================================================== --- NetworkManager-0.8.2.orig/libnm-util/nm-setting-ip4-config.c +++ NetworkManager-0.8.2/libnm-util/nm-setting-ip4-config.c @@ -950,7 +950,7 @@ nm_setting_ip4_config_class_init (NMSett "the 'dhcp-hostname' property is empty and this " "property is TRUE, the current persistent hostname " "of the computer is sent.", - FALSE, + TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE)); /**