From a0e82bd669ded97f6b13ad2213849c35ffbc41ed Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 26 Jan 2005 08:48:39 +0000 Subject: fix (bugzilla #13197) --- perl-install/network/network.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index cad6eb7d5..447bc6f72 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -456,6 +456,7 @@ sub configureNetwork2 { $in->do_pkgs->ensure_binary_is_installed('tmdns', 'tmdns', 'auto') if !$in->do_pkgs->is_installed('bind'); $in->do_pkgs->ensure_binary_is_installed('zcip', 'zcip', 'auto'); write_zeroconf("$etc/tmdns.conf", $netc->{ZEROCONF_HOSTNAME}); + require services; services::start_service_on_boot("tmdns"); services::restart("tmdns"); } else { -- cgit v1.2.1