diff --git a/srcpkgs/openssh/openssh-server.INSTALL b/srcpkgs/openssh/openssh-server.INSTALL deleted file mode 100644 index 07088006a56..00000000000 --- a/srcpkgs/openssh/openssh-server.INSTALL +++ /dev/null @@ -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 diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 9b2271ba7e0..4db32723879 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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