dropbear: remove systemd build option (#1736)
This commit is contained in:
parent
fe9118cd44
commit
32367a01d6
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Dropbear SSH Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'dropbear'
|
||||
pkgname=dropbear
|
||||
version=2015.67
|
||||
revision=1
|
||||
build_options="systemd"
|
||||
revision=2
|
||||
build_style="gnu-configure"
|
||||
configure_args="--sbindir=/usr/bin --enable-zlib"
|
||||
configure_args="--enable-zlib"
|
||||
makedepends="zlib-devel"
|
||||
make_dirs="/etc/dropbear 0755 root root"
|
||||
short_desc="Small SSH server and client"
|
||||
|
@ -15,9 +14,6 @@ distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar
|
|||
checksum=7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5
|
||||
|
||||
post_install() {
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
||||
fi
|
||||
vsv dropbear
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue