From 03e50185813be19885ba0d1da6c486348c8c457f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Aug 2005 14:14:11 +0000 Subject: devfssymlinkf handle this case --- perl-install/network/modem.pm | 5 ----- 1 file changed, 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); -- cgit v1.2.1