diff options
-rw-r--r-- | perl-install/network/modem.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 09ae1e45e..f04085e89 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -61,11 +61,6 @@ sub ppp_configure { my $dev = $modem->{device}; $dev =~ s!^/dev/!!; any::devfssymlinkf({ device => $dev }, 'modem'); - #- add a specific udev script in addition to the udev rules file - #- (ttySL0 is a symlink, udev will not be called when it's created) - my $udev_conf = "$::prefix/etc/udev/conf.d/modem.conf"; - output_p($udev_conf, "ln -sf $dev /dev/modem\n"); - chmod 0755, $udev_conf; } my %toreplace = map { $_ => $modem->{$_} } qw(Authentication AutoName connection dns1 dns2 domain IPAddr login passwd phone SubnetMask); |