dropbear: add conf to service

This commit is contained in:
Yuusha Spacewolf 2018-02-13 17:24:41 -06:00 committed by Toyam Cox
parent 8bd40ccadc
commit 5e2fd40980
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
exec dropbear -F -R
[ -r conf ] && . ./conf
exec dropbear ${OPTS:=-F -R}

View File

@ -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"