summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-05-06 22:47:25 -0500
committerDan Williams <dcbw@redhat.com>2014-05-08 15:09:59 -0500
commit429023b24ec8123733947f20e13b792347a8dc61 (patch)
tree6ef92b86982162a18593d6fabcaaad18c3ba2e3a /.gitignore
parentdd3d5b22207e63ecbfd7f2222435fdc691f66f2e (diff)
downloadNetworkManager-429023b24ec8123733947f20e13b792347a8dc61.tar.gz
policy: remove old /etc/hosts cleaning code (bgo #729689)
NetworkManager stopped touching /etc/hosts in late 2010 before the NetworkManager 0.8.1 release. The code in nm-policy-hosts.c's only purpose is to remove any of the entries that NetworkManager added long ago. I think we're at the point where people have already upgraded to NetworkManager 0.8.1 or later and thus this code would be a NOP. The only risk is that some stale /etc/hosts entries will be left if you upgrade from NM 0.8 or lower to anything higher than that. FWIW, Ubuntu Lucid (10.04) ships NM 0.8.0 and SLES11 ships NM 0.7.0, so if users of these distros upgraded to a later NetworkManager they might run into the stale entries issue if we remove this code from NM. But given how old these distros are, it seems unlikely that users will do a direct upgrade to something 4+ years newer... https://bugzilla.gnome.org/show_bug.cgi?id=729689
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f9401dabca..3678dc36e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -184,7 +184,6 @@ valgrind-*.log
/src/tests/test-general
/src/tests/test-ip4-config
/src/tests/test-ip6-config
-/src/tests/test-policy-hosts
/src/tests/test-wifi-ap-utils
/src/tests/test-resolvconf-capture
/src/dnsmasq-manager/tests/test-dnsmasq-utils