Add ofono.conf copy command required for oFono core daemon to work.
---
HACKING | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/HACKING b/HACKING
index e825185..e632279 100644
--- a/HACKING
+++ b/HACKING
@@ -76,6 +76,9 @@ use the plugins directly from within the repository. This removes the
need
to use "make install" when testing "ofonod". The
"bootstrap-configure"
automatically includes this option.
+ Copy configuration file which specifies the required security policies
+ # sudo cp ./src/ofono.conf /etc/dbus-1/system.d/
+
Run daemon in foreground with debugging
# sudo ./src/ofonod -n -d 'plugins/*'
> + Copy configuration file which specifies the required security
policies
> + # sudo cp ./src/ofono.conf /etc/dbus-1/system.d/
> +
Considered to add this too?
sudo killall -HUP dbus-daemon
that is actually a bad idea. I would not recommend it. The dbus-daemon
should be built with inotify support and if not, then reboot of the
system is a better idea.
Regards
Marcel