openssh: move to usr/bin.
This commit is contained in:
@@ -11,7 +11,7 @@ After=sshdgenkeys.service
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/sshd -D
|
ExecStart=/usr/bin/sshd -D
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist
|
ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec /usr/sbin/sshd -D $OPTS
|
exec /usr/bin/sshd -D $OPTS
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.8p1
|
version=6.8p1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--sbindir=/usr/bin --datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
||||||
--disable-strip --with-privsep-path=/var/chroot/ssh
|
--disable-strip --with-privsep-path=/var/chroot/ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user