diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index b5c75645ddf..a649c933a4f 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,7 +1,7 @@ # Template file for 'openssh' pkgname=openssh version=6.7p1 -revision=5 +revision=6 build_style=gnu-configure configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody @@ -39,7 +39,6 @@ post_install() { vinstall LICENCE 644 usr/share/licenses/${pkgname} sed -i \ - -e 's|^#\(ListenAddress 0.0.0.0\)|\1|g' \ -e 's|^#\(UsePAM\) no|\1 yes|g' \ -e 's|^#\(ChallengeResponseAuthentication\) yes|\1 no|g' \ -e 's|^#\(PrintMotd\) yes|\1 no|g' \