summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-20 10:39:00 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-20 10:39:00 +0000
commit95c6fde68bfb4bdcdb49dfa3a53406c044397171 (patch)
tree5aedab2c6e8fc94820558e8461f85e325fa7a5da
parent015e75aaf5a611b5c2b8bd80634f19fef92943b0 (diff)
downloaddrakx-95c6fde68bfb4bdcdb49dfa3a53406c044397171.tar
drakx-95c6fde68bfb4bdcdb49dfa3a53406c044397171.tar.gz
drakx-95c6fde68bfb4bdcdb49dfa3a53406c044397171.tar.bz2
drakx-95c6fde68bfb4bdcdb49dfa3a53406c044397171.tar.xz
drakx-95c6fde68bfb4bdcdb49dfa3a53406c044397171.zip
merge ppp_configure_raw() into its only caller (ppp_configure())
-rw-r--r--perl-install/network/modem.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm
index 1758c6f1c..54e07e98d 100644
--- a/perl-install/network/modem.pm
+++ b/perl-install/network/modem.pm
@@ -15,11 +15,7 @@ sub ppp_configure {
$modem or return;
$in->do_pkgs->install('ppp') if !$::testing;
$in->do_pkgs->install('kdenetwork-kppp') if !$::testing &&$in->do_pkgs->is_installed('kdebase');
- ppp_configure_raw($modem);
-}
-sub ppp_configure_raw {
- my ($modem) = @_;
any::devfssymlinkf($modem, 'modem') if $modem->{device} ne "/dev/modem";
my %toreplace;