Updated Branches: refs/heads/4.2 64ab85069 -> af71fb2ab
Revert "CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records" This reverts commit 76990612f566b64d234e5e92eefd371a4459bc96. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/af71fb2a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/af71fb2a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/af71fb2a Branch: refs/heads/4.2 Commit: af71fb2ab38efa6fc5c6934ab96efb3ae548332a Parents: 64ab850 Author: Abhinandan Prateek <[email protected]> Authored: Sat Aug 17 08:34:18 2013 +0530 Committer: Abhinandan Prateek <[email protected]> Committed: Sat Aug 17 08:34:18 2013 +0530 ---------------------------------------------------------------------- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/af71fb2a/patches/systemvm/debian/config/etc/init.d/cloud-early-config ---------------------------------------------------------------------- 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 4ebc713..736234c 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(){
