From 82cbe7af79185bd73203730f5311e961e3a33325 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Mar 2006 10:58:38 +0000 Subject: don't start/stop the tmdns service during install --- perl-install/network/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index b3d63247c..a5eb3911d 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -120,7 +120,7 @@ sub write_zeroconf { eval { substInFile { s/^\s*(hostname)\s*=.*/$1 = $zhostname/ } $file } if $zhostname || -f $file; require services; - services::set_status('tmdns', $net->{zeroconf}{hostname}); + services::set_status('tmdns', $net->{zeroconf}{hostname}, $::isInstall); } sub write_resolv_conf { -- cgit v1.2.1