summaryrefslogtreecommitdiff
path: root/changes/bug-4633_fix-resolvconf-usage
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-12-18 18:08:34 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-12-19 11:16:15 -0300
commit2bb48366937bf0d5191be954ea21c671c3722d04 (patch)
tree2d24cd2e3b996c8603c5951067a3ca5484ad8dea /changes/bug-4633_fix-resolvconf-usage
parentcd3250d20a60ab6ec5654bba8ec35e6d12cce03f (diff)
Avoids permanent break of resolv.conf.
The resolv.conf file gets updated by resolvconf, maintaining it as a symlink allows the system to reset it during boot time. That is useful when the app has a hard crash that gives no chance to roll back our changes. [Closes #4633]
Diffstat (limited to 'changes/bug-4633_fix-resolvconf-usage')
-rw-r--r--changes/bug-4633_fix-resolvconf-usage1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4633_fix-resolvconf-usage b/changes/bug-4633_fix-resolvconf-usage
new file mode 100644
index 00000000..de40d03a
--- /dev/null
+++ b/changes/bug-4633_fix-resolvconf-usage
@@ -0,0 +1 @@
+- Correct resolvconf usage. Avoids permanent break of resolv.conf. Closes #4633.