wok diff connman/stuff/etc/init.d/connman @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 7f188676b59c
children
line diff
     1.1 --- a/connman/stuff/etc/init.d/connman	Thu May 26 20:16:45 2016 +0300
     1.2 +++ b/connman/stuff/etc/init.d/connman	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -6,6 +6,10 @@
     1.4  # $RUN_DAEMONS variable of /etc/rcS.conf and configure options with
     1.5  # /etc/daemons.conf
     1.6  #
     1.7 +
     1.8 +# Connmand start fails if dbus-daemon is not running. 
     1.9 +[ -n "$(pidof dbus-daemon)" ] || /etc/init.d/dbus start
    1.10 +
    1.11  . /etc/init.d/rc.functions
    1.12  . /etc/daemons.conf
    1.13