mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
connman: add conf file to sv/connmand
This commit is contained in:
parent
8da19036f4
commit
9386dd8cb2
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec connmand -n
|
[ -r conf ] && . ./conf
|
||||||
|
exec connmand -n ${OPTS}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.37
|
version=1.37
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
||||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||||
|
|
Loading…
Add table
Reference in a new issue