From 9e0caae9c6a32cba46c827c9106f2250b7bf98dc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 23 Jul 2004 12:29:12 +0000 Subject: - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm --- perl-install/network/network.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/network/network.pm') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index bd40ffbcd..f75d61c9a 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -166,7 +166,8 @@ sub write_interface_conf { setVarsInSh($file, $intf, qw(DEVICE BOOTPROTO IPADDR NETMASK NETWORK BROADCAST ONBOOT HWADDR MII_NOT_SUPPORTED), qw(WIRELESS_MODE WIRELESS_ESSID WIRELESS_NWID WIRELESS_FREQ WIRELESS_SENS WIRELESS_RATE WIRELESS_ENC_KEY WIRELESS_RTS WIRELESS_FRAG WIRELESS_IWCONFIG WIRELESS_IWSPY WIRELESS_IWPRIV), - if_($intf->{BOOTPROTO} eq "dhcp", qw(DHCP_HOSTNAME NEEDHOSTNAME)) + if_($intf->{BOOTPROTO} eq "dhcp", qw(DHCP_HOSTNAME NEEDHOSTNAME)), + if_($intf->{DEVICE} =~ /^ippp\d+$/, qw(DIAL_ON_BOOT)) ); log::explanations("written $intf->{DEVICE} interface configuration in $file"); } -- cgit v1.2.1