summarylogtreecommitdiffstats
path: root/dhcpcd-hook-pdnsd.install
diff options
context:
space:
mode:
authorChristian Hesse2015-06-29 09:50:06 +0200
committerChristian Hesse2015-06-29 09:50:06 +0200
commitbc364cc314a08748f36bd4b99a2c20e19d6fc2a6 (patch)
treee00be7da5702ee5a442620b0feb8812f0106b5b6 /dhcpcd-hook-pdnsd.install
downloadaur-bc364cc314a08748f36bd4b99a2c20e19d6fc2a6.tar.gz
initial import of dhcpcd-hook-pdnsd 0.2.0.r2.g596c6be-1
Diffstat (limited to 'dhcpcd-hook-pdnsd.install')
-rw-r--r--dhcpcd-hook-pdnsd.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/dhcpcd-hook-pdnsd.install b/dhcpcd-hook-pdnsd.install
new file mode 100644
index 000000000000..e0a7ef81f280
--- /dev/null
+++ b/dhcpcd-hook-pdnsd.install
@@ -0,0 +1,8 @@
+post_install() {
+ cat<<EOF
+ > You should add an empty server definition to your pdnsd.conf. Please
+ > Take a look at /etc/pdnsd.conf.dhcpcd-hook!
+ > You need to add 'nohook resolv.conf' to your dhcpcd.conf and make
+ > shure your resolv.conf contains an entry to 127.0.0.1!
+EOF
+}