summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-22 10:41:57 +0000
committerRoy Marples <roy@marples.name>2008-04-22 10:41:57 +0000
commit396a9a22e5237deb721316ebe5e39f45bff4e605 (patch)
treeaecf3b688efca450e8577fe3732cd3436a438fc0 /README
parent6e41e30851c2a731fa5187c499535cced0f722a2 (diff)
downloaddhcpcd-396a9a22e5237deb721316ebe5e39f45bff4e605.tar.xz
Move looking up the hostname in DNS to a sample hook file as it's not something we should really do by default. Rename our sample hooks to end with .sh so they get nice script highlights.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 77890a82..5c53ea0c 100644
--- a/README
+++ b/README
@@ -42,7 +42,8 @@ commandline compatible with prior versions.
Hooks
-----
-We provide example exit hooks for NTP (www.ntp.org) and ypbind (Linux).
+We provide example exit hooks for looking up the hostname in DNS,
+NTP (www.ntp.org) and ypbind (Linux).
There are not installed by default as they are platform dependant.