Comment 11 for bug 1176046

Revision history for this message
Eric Desrochers (slashd) wrote :

NSUPDATE is disabled in Xenial, will keep the same approach for Trusty and then test.

More details can be found here :

xenial/isc-dhcp-4.3.3/debian/patches/disable-nsupdate.patch
description: undefine NSUPDATE
author: cchip
origin: http://forums.debian.net/viewtopic.php?f=10&t=95273
bug-debian: https://bugs.debian.org/712503

--- a/includes/site.h
+++ b/includes/site.h
@@ -121,7 +121,7 @@

 /* Define this if you want DNS update functionality to be available. */

-#define NSUPDATE
+/* #define NSUPDATE */

 /* Define this if you want to enable the DHCP server attempting to
    find a nameserver to use for DDNS updates. */