diff options
author | Taner Tas <taner76@gmail.com> | 2018-05-03 16:32:40 +0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 08:33:43 +0000 |
commit | fc74201f2bb3f49e7d2ff52ac3b5ede4ca97c0d3 (patch) | |
tree | 1152f7dde37b94c6bf33f246e27fd73533d077a0 /community/networkmanager/disable_set_hostname.patch | |
parent | 020b2bdd4ed193aca11f98281d34b38af98be862 (diff) | |
download | aports-fc74201f2bb3f49e7d2ff52ac3b5ede4ca97c0d3.tar.bz2 aports-fc74201f2bb3f49e7d2ff52ac3b5ede4ca97c0d3.tar.xz |
community/networkmanager: Upgrade to 1.10.6
* Clarify license
* Patches are revised
* Enable dhclient utility support
* Enable system-wide network configuration support
* Enable polkit-agent
* disable_set_hostname.patch is no more appendable. Removed.
* Add wpa_supplicant as runtime dependency
* Add "provide net" rule to the service file
* Re-arrange configure options in alphabetical order
* Create plugdev group if missing on system
* Display a message during install & upgrade
Diffstat (limited to 'community/networkmanager/disable_set_hostname.patch')
-rw-r--r-- | community/networkmanager/disable_set_hostname.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/community/networkmanager/disable_set_hostname.patch b/community/networkmanager/disable_set_hostname.patch deleted file mode 100644 index 773e263474..0000000000 --- a/community/networkmanager/disable_set_hostname.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur NetworkManager-0.9.0.orig/src/nm-policy.c NetworkManager-0.9.0/src/nm-policy.c ---- NetworkManager-0.9.0.orig/src/nm-policy.c 2011-08-23 06:41:02.099686450 +0000 -+++ NetworkManager-0.9.0/src/nm-policy.c 2011-08-23 06:43:38.227791737 +0000 -@@ -302,6 +302,7 @@ - return; - } - -+#if 0 - /* Try automatically determined hostname from the best device's IP config */ - if (!best4) - best4 = get_best_ip4_device (policy->manager, &best_req4); -@@ -356,6 +357,7 @@ - } - } - -+#endif - /* If no automatically-configured hostname, try using the hostname from - * when NM started up. - */ - |