summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-05-30 11:04:07 +0000
committerOlivier Blin <oblin@mandriva.com>2008-05-30 11:04:07 +0000
commit4e84fa3fa0e27e8ea37316217dbb117aa118dc69 (patch)
treecfe00ccb85aee5a5ec2a93da127bc7c7e8575791
parent5811cc2d9e0967b3a39b63c0d5f27448cf12a5a0 (diff)
downloaddrakx-backup-do-not-use-4e84fa3fa0e27e8ea37316217dbb117aa118dc69.tar
drakx-backup-do-not-use-4e84fa3fa0e27e8ea37316217dbb117aa118dc69.tar.gz
drakx-backup-do-not-use-4e84fa3fa0e27e8ea37316217dbb117aa118dc69.tar.bz2
drakx-backup-do-not-use-4e84fa3fa0e27e8ea37316217dbb117aa118dc69.tar.xz
drakx-backup-do-not-use-4e84fa3fa0e27e8ea37316217dbb117aa118dc69.zip
service_harddrake: fix kbluetooth config path
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/harddrake/autoconf.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 8faa86ef4..be3d869b8 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -3,6 +3,7 @@
(also fixes detection of Windows partitions during live installation)
- service_harddrake:
o do not allow fbdev if /proc/fb is empty
+ o fix kbluetooth config path
Version 10.29.5 - 20 May 2008
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;