summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-01 10:58:38 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-01 10:58:38 +0000
commit82cbe7af79185bd73203730f5311e961e3a33325 (patch)
tree0d2ec32ca5ff11605c31df6d03914e238354ac5f /perl-install/network/network.pm
parent433b060edb39ed83ac0ca1e678d02104ffd1f141 (diff)
downloaddrakx-backup-do-not-use-82cbe7af79185bd73203730f5311e961e3a33325.tar
drakx-backup-do-not-use-82cbe7af79185bd73203730f5311e961e3a33325.tar.gz
drakx-backup-do-not-use-82cbe7af79185bd73203730f5311e961e3a33325.tar.bz2
drakx-backup-do-not-use-82cbe7af79185bd73203730f5311e961e3a33325.tar.xz
drakx-backup-do-not-use-82cbe7af79185bd73203730f5311e961e3a33325.zip
don't start/stop the tmdns service during install
Diffstat (limited to 'perl-install/network/network.pm')
-rw-r--r--perl-install/network/network.pm2
1 files changed, 1 insertions, 1 deletions
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 {