From 4994b350e830cf77a5e8adc7c11ebdf697bae12b Mon Sep 17 00:00:00 2001 From: smos Date: Wed, 19 May 2010 11:51:49 +0200 Subject: [PATCH] Re-create the hosts file on bootup after configuring all the interfaces. Ticket #567 --- etc/rc.bootup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc.bootup b/etc/rc.bootup index 1c08edc9f2..95bdbc92ae 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -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();