Updated Branches: refs/heads/master 4e132fccb -> 9de9dec6e
Revert "CLOUDSTACK-4132 Added the dnsmasq setting update-dhcp-clent to enable clients to update DNS records" This reverts commit 5ca4429daba5c40261fcc74690c33d5ff7ef643d. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9de9dec6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9de9dec6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9de9dec6 Branch: refs/heads/master Commit: 9de9dec6e39e21600173b5eb3e9f155989758e37 Parents: 4e132fc Author: Abhinandan Prateek <[email protected]> Authored: Sat Aug 17 08:39:25 2013 +0530 Committer: Abhinandan Prateek <[email protected]> Committed: Sat Aug 17 08:39:25 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/9de9dec6/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(){
