From 8ab356a377fcfbfa2ef9935c70d71df5dd1376f1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 30 May 2008 11:04:07 +0000 Subject: service_harddrake: fix kbluetooth config path --- perl-install/harddrake/autoconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/autoconf.pm') diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 98be5d878..9b16f5d3c 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -52,7 +52,7 @@ sub bluetooth { # } require services; services::set_status("bluetooth", $enable); - my $kbluetoothd_cfg = '/etc/kde/kbluetoothdrc'; + my $kbluetoothd_cfg = '/etc/kde/kbluetoothrc'; update_gnomekderc($kbluetoothd_cfg, 'General', 'AutoStart' => bool2text($enable)) if -f $kbluetoothd_cfg; -- cgit v1.2.1