diff options
author | root <root@dasajuma.(none)> | 2010-09-02 10:26:04 +0200 |
---|---|---|
committer | root <root@dasajuma.(none)> | 2010-09-02 10:26:04 +0200 |
commit | 8e0d211bf674953f2830830e27cb80a8b720ef17 (patch) | |
tree | a7814d6dd37b84476628e51d9fcb5f3ea98bba8e /config/chroot_local-hooks/06-bluetooth | |
download | kanotix-8e0d211bf674953f2830830e27cb80a8b720ef17.zip kanotix-8e0d211bf674953f2830830e27cb80a8b720ef17.tar.gz |
Initial commit
Diffstat (limited to 'config/chroot_local-hooks/06-bluetooth')
-rwxr-xr-x | config/chroot_local-hooks/06-bluetooth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/06-bluetooth b/config/chroot_local-hooks/06-bluetooth new file mode 100755 index 0000000..98f422e --- /dev/null +++ b/config/chroot_local-hooks/06-bluetooth @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i 's/^\(HIDD_ENABLED\)=.*/\1=1/' /etc/default/bluetooth +#sed -i 's/\(^HIDD_OPTIONS\)=.*/\1="--master --server --search"/' /etc/default/bluetooth |