From 77a0cb8a0b701ba376960cab7b2d774ecfc58b55 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 8 Mar 2006 15:39:03 +0000 Subject: enable kbluetoothd if bluetooth is detected --- perl-install/harddrake/autoconf.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 09ab89e55..094cbedc7 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -52,6 +52,10 @@ sub bluetooth { # } require services; services::set_status("bluetooth", $enable); + my $kbluetoothd_cfg = '/etc/kde/kbluetoothdrc'; + update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg, + 'General', + 'AutoStart' => bool2text($enable)) if -f $kbluetoothd_cfg; } sub laptop { -- cgit v1.2.1