summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-01 11:03:05 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-01 11:03:05 +0000
commitd835bf9609a6eacc85760ebc0ec8f7790f5a001f (patch)
treeacefaa2558c18ae732a549f523e5e317038209f3
parentec14f2076685d0480abd17256d7a9da94772be83 (diff)
downloaddrakx-backup-do-not-use-d835bf9609a6eacc85760ebc0ec8f7790f5a001f.tar
drakx-backup-do-not-use-d835bf9609a6eacc85760ebc0ec8f7790f5a001f.tar.gz
drakx-backup-do-not-use-d835bf9609a6eacc85760ebc0ec8f7790f5a001f.tar.bz2
drakx-backup-do-not-use-d835bf9609a6eacc85760ebc0ec8f7790f5a001f.tar.xz
drakx-backup-do-not-use-d835bf9609a6eacc85760ebc0ec8f7790f5a001f.zip
don't start/stop the tmdns service during install
-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 6ee26d8b5..dfe37df73 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 {