import of dnsmasq-2.31.tar.gz
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index e83f77e..1fc733e 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -285,6 +285,12 @@
 # http://www.isc.org/index.pl?/sw/dhcp/authoritative.php
 #dhcp-authoritative
 
+# Run an executable when a DHCP lease is created or destroyed.
+# The arguments sent to the script are "add" or "del", 
+# then the MAC address, the IP address and finally the hostname
+# if there is one. 
+#dhcp-script=/bin/echo
+
 # Set the cachesize here.
 #cache-size=150