diff options
-rw-r--r-- | community/tinyssh/APKBUILD | 4 | ||||
-rw-r--r-- | community/tinyssh/tinyssh.initd | 3 |
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 |