diff options
Diffstat (limited to 'perl-install/network/network.pm')
-rw-r--r-- | perl-install/network/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index febaa632d..ed5fa646d 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -461,7 +461,7 @@ sub configureNetwork2 { } else { #- disable zeroconf require services; - #- write blank hostname so that drakconnect doesn't assume zeroconf is enabled + #- write blank hostname so that drakconnect does not assume zeroconf is enabled -f "$etc/tmdns.conf" and write_zeroconf("$etc/tmdns.conf", ''); if (-f "$etc/rc.d/init.d/tmdns") { services::stop("tmdns"); |