openssh: remove obsolete INSTALL message.
This commit is contained in:
parent
0d8e19e6df
commit
f7ab0964ee
2 changed files with 1 additions and 17 deletions
|
@ -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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue