openssh: remove obsolete INSTALL message.
This commit is contained in:
parent
0d8e19e6df
commit
f7ab0964ee
@ -1,16 +0,0 @@
|
|||||||
case $ACTION in
|
|
||||||
post)
|
|
||||||
cat <<_EOF
|
|
||||||
===========================================================================
|
|
||||||
|
|
||||||
Two systemd services are provided by ${PKGNAME}-${VERSION}:
|
|
||||||
|
|
||||||
- sshd.service (starts a single instance of sshd)
|
|
||||||
- sshd.socket (per-connection on demand sshd)
|
|
||||||
|
|
||||||
Feel free to start/enable your preferred solution :-)
|
|
||||||
|
|
||||||
===========================================================================
|
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
|
@ -3,7 +3,7 @@ _desc="The OpenSSH implementation of SSH protocol"
|
|||||||
|
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.6p1
|
version=6.6p1
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
Loading…
x
Reference in New Issue
Block a user