summaryrefslogtreecommitdiff
path: root/testing/networkmanager/disable_set_hostname.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-06-01 18:14:42 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-06-01 18:14:42 +0000
commit311d0420d77867bdb1066d38743e68e596a17ce5 (patch)
treea772db16100090d1cbbade0e232d88e39bd631dc /testing/networkmanager/disable_set_hostname.patch
parentc40a217db5f63be3aa88a32ad77ec93efb40d95c (diff)
Wed Jun 1 18:14:42 UTC 2011
Diffstat (limited to 'testing/networkmanager/disable_set_hostname.patch')
-rw-r--r--testing/networkmanager/disable_set_hostname.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/networkmanager/disable_set_hostname.patch b/testing/networkmanager/disable_set_hostname.patch
deleted file mode 100644
index 6c9e2f6c6..000000000
--- a/testing/networkmanager/disable_set_hostname.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Nur NetworkManager-0.8.2.orig/src/nm-policy.c NetworkManager-0.8.2/src/nm-policy.c
---- NetworkManager-0.8.2.orig/src/nm-policy.c 2010-11-03 12:58:42.000000000 -0700
-+++ NetworkManager-0.8.2/src/nm-policy.c 2010-11-23 06:22:32.436707081 -0800
-@@ -342,6 +342,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);
-@@ -396,6 +397,7 @@
- }
- }
-
-+#endif
- /* If no automatically-configured hostname, try using the hostname from
- * when NM started up.
- */