diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:07:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:07:29 +0300 |
commit | 7c08d3413e3fc70074ee912e3cd154f0c5ab6821 (patch) | |
tree | 9bfa76e2e1c0e7f6b503265d2fc021c353a6ffb2 /extra/openssh | |
parent | 0e51e65a42a336b4036c0644fedf12012cb37ff9 (diff) | |
download | repository-7c08d3413e3fc70074ee912e3cd154f0c5ab6821.tar.gz |
openssh: install suid executables to /usr/bin
Diffstat (limited to 'extra/openssh')
-rwxr-xr-x | extra/openssh/build | 1 | ||||
-rw-r--r-- | extra/openssh/version | 2 |
2 files changed, 2 insertions, 1 deletions
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 |