diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-13 16:44:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-13 16:44:50 +0000 |
commit | 3a7a152ff18fb1574de47a3b36c4244e74aefcba (patch) | |
tree | e777700bf10f82812305c7044ef865650f7c3bb2 /lib/network | |
parent | 85e3a733f5ab73bff9a5d3a6e29eb0ceac631179 (diff) | |
download | drakx-net-3a7a152ff18fb1574de47a3b36c4244e74aefcba.tar drakx-net-3a7a152ff18fb1574de47a3b36c4244e74aefcba.tar.gz drakx-net-3a7a152ff18fb1574de47a3b36c4244e74aefcba.tar.bz2 drakx-net-3a7a152ff18fb1574de47a3b36c4244e74aefcba.tar.xz drakx-net-3a7a152ff18fb1574de47a3b36c4244e74aefcba.zip |
install ppp (thanks Anssi) and bluez-utils when configuring a cellular connection over bluetooth
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/cellular_bluetooth.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index 912438c..6e334ca 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -18,6 +18,8 @@ sub get_devices { sub get_metric { 45 } sub get_interface { "ppp0" } +sub get_packages { 'bluez-utils', 'ppp' } + sub get_rfcomm_device { my ($self) = @_; $self->{rfcomm_device} ||= find { ! -e ($rfcomm_dev_prefix . $_) } 0 .. 99; |