Re-create the hosts file on bootup after configuring all the interfaces. Ticket #567

This commit is contained in:
smos 2010-05-19 11:51:49 +02:00
parent 7f039071e5
commit 4994b350e8

View File

@ -205,6 +205,9 @@ interfaces_configure();
if(!$debugging)
unmute_kernel_msgs();
/* re-make hosts file after configuring interfaces */
system_hosts_generate();
/* generate resolv.conf */
system_resolvconf_generate();