diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-22 14:14:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-22 14:14:11 +0000 |
commit | 03e50185813be19885ba0d1da6c486348c8c457f (patch) | |
tree | 444cc0498b0e5969b89a1355123f58e1b1f717d8 | |
parent | 9d7ab29a86166f9639e14d3582567e640a6a61c8 (diff) | |
download | drakx-03e50185813be19885ba0d1da6c486348c8c457f.tar drakx-03e50185813be19885ba0d1da6c486348c8c457f.tar.gz drakx-03e50185813be19885ba0d1da6c486348c8c457f.tar.bz2 drakx-03e50185813be19885ba0d1da6c486348c8c457f.tar.xz drakx-03e50185813be19885ba0d1da6c486348c8c457f.zip |
devfssymlinkf handle this case
-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); |