Diff between 1a6f8ed7ac36d86e502d5f64420e9f9dbeebae6c and 4364085aade9b82172c70fa8ba96c1212ee7549f

Changed Files

File Additions Deletions Status
HACKING +2 -2 modified

Full Patch

diff --git a/HACKING b/HACKING
index d93730d..87762f1 100644
--- a/HACKING
+++ b/HACKING
@@ -86,12 +86,12 @@ automatically includes this option.
     # sudo cp ./src/bluetooth.conf /etc/dbus-1/system.d/
 
   Run daemon in foreground with debugging
-    # sudo ./src/bluetoothd -n -d
+    # sudo ./src/bluetoothd -n -d -f ./src/main.conf
 
   Run daemon with valgrind
    # sudo valgrind --trace-children=yes --track-origins=yes --track-fds=yes \
    --show-possibly-lost=no --leak-check=full --suppressions=./tools/valgrind.supp \
-   ./src/bluetoothd -n -d
+   ./src/bluetoothd -n -d -f ./src/main.conf
 
 For production installations or distribution packaging it is important that
 the "--enable-maintainer-mode" option is NOT used.