From 932b873787f546efa2629bc903988b40b04fb919 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Nov 2003 12:31:23 +0000 Subject: fix bogus use of old netwok module instead of network::network --- perl-install/any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index ab95ab2d5..da4b667c2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1077,8 +1077,8 @@ sub set_authentication { $_ = "#~$_" unless /^#/; $_ .= "$t $nis\n" if eof; } "$::prefix/etc/yp.conf"; - require network; - network::write_conf("$::prefix/etc/sysconfig/network", $netc); + require network::network; + network::network::write_conf("$::prefix/etc/sysconfig/network", $netc); $when_network_is_up->(sub { run_program::rooted($::prefix, 'nisdomainname', $domain); -- cgit v1.2.1