summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 74a23a029..e6f80a678 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -48,11 +48,9 @@ Default is dhcpcd"),
go_ethernet($netc, $intf, 'dhcp', '', '', $first_time);
write_cnx_script($netc, "cable",
qq(
-#!/bin/bash
/sbin/ifup $netc->{NET_DEVICE}
),
qq(
-#!/bin/bash
/sbin/ifdown $netc->{NET_DEVICE}
));
}
@@ -76,11 +74,9 @@ sub configure_lan {
$netcnx->{NET_INTERFACE} = 'lan'; #$netc->{NET_INTERFACE};
write_cnx_script($netc, "local network",
qq(
-#!/bin/bash
/etc/rc.d/init.d/network restart
),
qq(
-#!/bin/bash
/etc/rc.d/init.d/network stop
/sbin/ifup lo
));