From 7c1a8317be263c7171da27f07dca2a56480e00e2 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 31 Jul 2001 00:25:32 +0000 Subject: added intro step for each configuration type. --- perl-install/network/ethernet.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 9776924e6..4edb584b6 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -75,8 +75,7 @@ sub configure_lan { $netcnx->{type}='lan'; $netcnx->{NET_DEVICE} = $netc->{NET_DEVICE} = ''; $netcnx->{NET_INTERFACE} = 'lan'; #$netc->{NET_INTERFACE}; - } - write_cnx_script($netc, "local network", + write_cnx_script($netc, "local network", qq( #!/bin/bash /etc/rc.d/init.d/network restart @@ -86,6 +85,7 @@ qq( /etc/rc.d/init.d/network stop /sbin/ifup lo )); + } $::isStandalone and modules::write_conf($prefix); 1; } -- cgit v1.2.1