diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2009-01-07 21:07:54 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2009-01-07 21:07:54 +0000 |
commit | 830ceffe2943b5fb8e676d3039e1978eeb807914 (patch) | |
tree | 356fc218f5c990970a78755191b7088e9e9a4ffd /lib | |
parent | 83442264540e8b5e8cadc4e5898fc1104d630c7f (diff) | |
download | drakx-net-830ceffe2943b5fb8e676d3039e1978eeb807914.tar drakx-net-830ceffe2943b5fb8e676d3039e1978eeb807914.tar.gz drakx-net-830ceffe2943b5fb8e676d3039e1978eeb807914.tar.bz2 drakx-net-830ceffe2943b5fb8e676d3039e1978eeb807914.tar.xz drakx-net-830ceffe2943b5fb8e676d3039e1978eeb807914.zip |
install bluez not bluez-utils (which no longer exists) when setting up a bluetooth DUN connection
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/cellular_bluetooth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index d320a6e..5c99b63 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -18,7 +18,7 @@ sub get_devices { sub get_metric { 45 } sub get_interface { "ppp0" } -sub get_packages { 'bluez-utils', 'ppp' } +sub get_packages { 'bluez', 'ppp' } sub get_rfcomm_device { my ($self) = @_; |