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