summary refs log tree commit diff
path: root/src/nm-daemon-helper/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-daemon-helper/README.md')
-rw-r--r--src/nm-daemon-helper/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nm-daemon-helper/README.md b/src/nm-daemon-helper/README.md
deleted file mode 100644
index 695f5335..00000000
--- a/src/nm-daemon-helper/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-nm-daemon-helper
-================
-
-A internal helper application that is spawned by NetworkManager
-to perform certain actions.
-
-Currently all it does is doing a reverse DNS lookup, which
-cannot be done by NetworkManager because the operation requires
-to reconfigure the libc resolver (which is a process-wide operation).
-
-This is not directly useful to the user.