From af71fb2ab38efa6fc5c6934ab96efb3ae548332a Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Sat, 17 Aug 2013 08:34:18 +0530 Subject: [PATCH] Revert "CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records" This reverts commit 76990612f566b64d234e5e92eefd371a4459bc96. --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 -- 1 file changed, 2 deletions(-) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 4ebc713cc4e..736234c724e 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -724,8 +724,6 @@ setup_dnsmasq() { then echo "$ETH0_IP6 data-server" >> /etc/hosts fi - sed -i -e "/^dhcp-client-update/d" /etc/dnsmasq.conf - echo 'dhcp-client-update' >> /etc/dnsmasq.conf } setup_sshd(){