Koozali.org: home of the SME Server

dhcpd.conf ddns lines?

John Lewis

dhcpd.conf ddns lines?
« on: August 28, 2002, 06:55:14 AM »
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.

Charlie Brady

Re: dhcpd.conf ddns lines?
« Reply #1 on: August 28, 2002, 06:40:19 PM »
John Lewis wrote:

> 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

rm -rf /etc/e-smith/templates-custom/etc/dhcpd.conf
/sbin/e-smith/expand-template /etc/dhcpd.conf

Charlie