Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: John Lewis 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.
-
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