From 622a3207dbbdcfc1de51ace512800d2b0bc8a747 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 8 Mar 2006 16:04:45 +0000 Subject: enable kbluetoothd if bluetooth is detected --- perl-install/harddrake/autoconf.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/harddrake/autoconf.pm') diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index b55c08ce7..54d89bd9b 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -53,6 +53,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