Browse Source
Merge pull request #4195 from termux/openssh-fix
openssh: fix faulty symlink for termux-services script
emacs-27
Henrik Grimler
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
packages/openssh/build.sh
|
@ -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() { |
|
|