From 9386dd8cb239ca34d8536b35dd37fe9cbd807d0f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 6 Sep 2019 16:59:47 +0200 Subject: [PATCH] connman: add conf file to sv/connmand --- srcpkgs/connman/files/connmand/run | 3 ++- srcpkgs/connman/template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/connman/files/connmand/run b/srcpkgs/connman/files/connmand/run index accfc763830..e90eed5ba4a 100755 --- a/srcpkgs/connman/files/connmand/run +++ b/srcpkgs/connman/files/connmand/run @@ -1,2 +1,3 @@ #!/bin/sh -exec connmand -n +[ -r conf ] && . ./conf +exec connmand -n ${OPTS} diff --git a/srcpkgs/connman/template b/srcpkgs/connman/template index f9cb3085a4d..6d725213cad 100644 --- a/srcpkgs/connman/template +++ b/srcpkgs/connman/template @@ -1,7 +1,7 @@ # Template file for 'connman' pkgname=connman version=1.37 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet --enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat