summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-08 15:35:43 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-08 15:35:43 +0000
commitd655d0057af693f17b3071e9f9686ff17c207e6d (patch)
tree0171848d9bdd9aa8605c27e8b6881f6fa02de5e9 /tools
parente5199220dc00937bf07e86a0687d70fbdf08ff70 (diff)
downloaddrakx-backup-do-not-use-d655d0057af693f17b3071e9f9686ff17c207e6d.tar
drakx-backup-do-not-use-d655d0057af693f17b3071e9f9686ff17c207e6d.tar.gz
drakx-backup-do-not-use-d655d0057af693f17b3071e9f9686ff17c207e6d.tar.bz2
drakx-backup-do-not-use-d655d0057af693f17b3071e9f9686ff17c207e6d.tar.xz
drakx-backup-do-not-use-d655d0057af693f17b3071e9f9686ff17c207e6d.zip
don't start kbluetooth by default
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/draklive b/tools/draklive
index 17b400902..18cb58ee2 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -535,6 +535,9 @@ USERS=no
update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg,
'Notification Messages',
'kbluepinLocInfo-usr-lib-kdebluetooth' => 'false');
+ update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg,
+ 'General',
+ 'AutoStart' => 'false');
chmod 0644, get_system_root($live) . $kbluetoothd_cfg;
}