commit 7c08d3413e3fc70074ee912e3cd154f0c5ab6821
parent 0e51e65a42a336b4036c0644fedf12012cb37ff9
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 29 Jan 2020 20:07:29 +0300
openssh: install suid executables to /usr/bin
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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
@@ -1 +1 @@
-8.1p1 1
+8.1p1 2