dropbear: add conf to service
This commit is contained in:
parent
8bd40ccadc
commit
5e2fd40980
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dropbear -F -R
|
[ -r conf ] && . ./conf
|
||||||
|
exec dropbear ${OPTS:=-F -R}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dropbear'
|
# Template file for 'dropbear'
|
||||||
pkgname=dropbear
|
pkgname=dropbear
|
||||||
version=2017.75
|
version=2017.75
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--enable-zlib"
|
configure_args="--enable-zlib"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
|
Loading…
Reference in New Issue