From 4364085aade9b82172c70fa8ba96c1212ee7549f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 7 Aug 2017 16:40:12 +0300 Subject: HACKING: Update instructions on how to run from source tree Make use of -f option in the instruction of how to run bluetoothd from the source tree since that doesn't require installing the main.conf when testing new options. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index d93730dd3..87762f1e0 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. -- cgit v1.2.1