openssh: remove obsolete INSTALL message.

This commit is contained in:
Juan RP 2014-08-20 12:31:06 +02:00
parent 0d8e19e6df
commit f7ab0964ee
2 changed files with 1 additions and 17 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@ _desc="The OpenSSH implementation of SSH protocol"
pkgname=openssh
version=6.6p1
revision=9
revision=10
build_style=gnu-configure
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody