summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-16 18:31:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-16 18:31:47 +0000
commitcdb1b911f93c49ab242b674f8f2a0e0a0b28d4d6 (patch)
tree7d8bae4acd95d3137140e6234cf5acbdbce08d9f
parentd5c864c1c4828b8a7fedca819ef6b2cb4f20a24d (diff)
Use /var/lib/bluetooth/ as base directory
-rw-r--r--hcid/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/storage.c b/hcid/storage.c
index aeb98480..05e006c2 100644
--- a/hcid/storage.c
+++ b/hcid/storage.c
@@ -46,7 +46,7 @@
#include "hcid.h"
-#define DEVPATH "/var/cache/bluetooth/"
+#define DEVPATH "/var/lib/bluetooth/"
struct name_list {
bdaddr_t bdaddr;