aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-10-29 19:25:17 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-29 19:55:34 -0300
commit781cf4bdc3de615cf2687d10050668b7006d59f0 (patch)
tree9d27c52c05d572821013c051824075d1cf24c907
parent0fd92b211095fc35083f0fd29b52d4e07ebfc796 (diff)
downloadaports-781cf4bdc3de615cf2687d10050668b7006d59f0.tar.bz2
aports-781cf4bdc3de615cf2687d10050668b7006d59f0.tar.xz
community/tinyssh: remove pidfile reference, daemon is supervised
-rw-r--r--community/tinyssh/APKBUILD4
-rw-r--r--community/tinyssh/tinyssh.initd3
2 files changed, 2 insertions, 5 deletions
diff --git a/community/tinyssh/APKBUILD b/community/tinyssh/APKBUILD
index 658fd5740c..2c0f251d8f 100644
--- a/community/tinyssh/APKBUILD
+++ b/community/tinyssh/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=tinyssh
pkgver=20190101
-pkgrel=0
+pkgrel=1
pkgdesc="Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)"
url="https://tinyssh.org/"
arch="all"
@@ -65,5 +65,5 @@ openrc() {
}
sha512sums="bf3829a71c29e8b0d5c2a145be9dfaf05efb1b98932f34f19f76e07871da4be10022bdde4c57ca49557b69931077b451bc2efbeab38d8ef24151fb73990f1012 tinyssh-20190101.tar.gz
-22140d281d5017ea07b819b25ff11814c2edcd6eb09a126f9ad325fae38117531ab5136296023df07ecd036adfaf664b4434e1bb215b9f628bc95dd1873c03fa tinyssh.initd
+08e0779154d0b2be428b4fb2acd11ecc0535cfe14bd99e37194ede96947a693b932178b64aacab433e08ed89a606a2d8f5ff97ac17a8cea7349acccef48561b1 tinyssh.initd
7c6282a6ae972d83d3e624530cac4958adee1e2313d0e44aff38c94bde1a3f549a536ec80e594d44c29a6a981919dd30322e8d8511626fdb6493c98587047392 tinyssh.confd"
diff --git a/community/tinyssh/tinyssh.initd b/community/tinyssh/tinyssh.initd
index 522250282a..0ed3c64afb 100644
--- a/community/tinyssh/tinyssh.initd
+++ b/community/tinyssh/tinyssh.initd
@@ -6,9 +6,6 @@
supervisor=supervise-daemon
description="Small SSH server using NaCl (no dependency on OpenSSL)"
-pidfile="/run/tinysshd.sd.pid"
-supervise_daemon_args=""
-
daemon=/usr/sbin/tinysshd
keygen=$daemon-makekey