From 7c08d3413e3fc70074ee912e3cd154f0c5ab6821 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:07:29 +0300 Subject: openssh: install suid executables to /usr/bin --- extra/openssh/build | 1 + extra/openssh/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/openssh') diff --git a/extra/openssh/build b/extra/openssh/build index cdd68702..8680ddb1 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --datadir=/usr/share/openssh \ --sysconfdir=/etc/ssh \ --without-selinux \ diff --git a/extra/openssh/version b/extra/openssh/version index faa64dd7..daaca8ec 100644 --- a/extra/openssh/version +++ b/extra/openssh/version @@ -1 +1 @@ -8.1p1 1 +8.1p1 2 -- cgit v1.2.3