Merge pull request #4195 from termux/openssh-fix
openssh: fix faulty symlink for termux-services script
This commit is contained in:
commit
0c2fc08906
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.openssh.com/
|
|||||||
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
|
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
|
||||||
TERMUX_PKG_LICENSE="BSD"
|
TERMUX_PKG_LICENSE="BSD"
|
||||||
TERMUX_PKG_VERSION=8.0p1
|
TERMUX_PKG_VERSION=8.0p1
|
||||||
TERMUX_PKG_REVISION=2
|
TERMUX_PKG_REVISION=3
|
||||||
TERMUX_PKG_SHA256=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68
|
TERMUX_PKG_SHA256=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68
|
||||||
TERMUX_PKG_SRCURL=https://fastly.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz
|
TERMUX_PKG_SRCURL=https://fastly.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz
|
||||||
TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libedit, termux-auth, krb5, zlib"
|
TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libedit, termux-auth, krb5, zlib"
|
||||||
@ -95,7 +95,7 @@ termux_step_post_make_install() {
|
|||||||
echo 'exec sshd -D -e 2>&1' >> sshd/run
|
echo 'exec sshd -D -e 2>&1' >> sshd/run
|
||||||
chmod +x sshd/run
|
chmod +x sshd/run
|
||||||
touch sshd/down
|
touch sshd/down
|
||||||
ln -sf $PREFIX/share/termux-services/svlogger sshd/log/run
|
ln -sf $TERMUX_PREFIX/share/termux-services/svlogger sshd/log/run
|
||||||
}
|
}
|
||||||
|
|
||||||
termux_step_post_massage() {
|
termux_step_post_massage() {
|
||||||
|
Loading…
Reference in New Issue
Block a user