mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
dropbear: add conf to service
This commit is contained in:
parent
8bd40ccadc
commit
5e2fd40980
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue