I have the following lines in my SME 5.5 /etc/dhcpd.conf:
ddns-update-style interim;
ignore client-updates;
Since I am not using the above, dhcpd fails to start on a reboot.
I can't find any reference to where these lines come from in /etc/e-smith/templates/etc/dhcpd.conf
I'd like to not have these lines. how can I get rid of them so that when I do post-installs etc, my changes to dhcpd.cong (commenting out the above) will stick.
Thanks.