summaryrefslogtreecommitdiffstats
path: root/perl-install/unused/dns.pm
Commit message (Expand)AuthorAgeFilesLines
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* no_commentPascal Rigaux1999-09-191-15/+15
* "See_The_Changelog"Chmouel Boudjnah1999-07-011-0/+64
026927441b0b79&id2=da78a6db28f70671ded8b057034b5a25a213af34'>diff)downloaddrakx-backup-do-not-use-6c2a9b7e3473d1138bb32ece5f026927441b0b79.tar
drakx-backup-do-not-use-6c2a9b7e3473d1138bb32ece5f026927441b0b79.tar.gz
drakx-backup-do-not-use-6c2a9b7e3473d1138bb32ece5f026927441b0b79.tar.bz2
drakx-backup-do-not-use-6c2a9b7e3473d1138bb32ece5f026927441b0b79.tar.xz
drakx-backup-do-not-use-6c2a9b7e3473d1138bb32ece5f026927441b0b79.zip
*** empty log message ***
Diffstat (limited to 'perl-install/network')
-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 aa43b4214..44b984c09 100644
--- a/perl-install/network/network.pm
+++ b/perl-install/network/network.pm
@@ -77,7 +77,7 @@ sub write_conf {
sub write_zeroconf {
my ($file, $zhostname) = @_;
- substInFile { s/^(hostname) =.*/$1 = $zhostname/ } $file;
+ eval { substInFile { s/^(hostname) =.*/$1 = $zhostname/ } $file };
}
sub write_resolv_conf {