From 859549e30d505f7658a64dd7b7cc108a99fbae05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Jun 2014 10:22:30 +0200 Subject: [PATCH] openssh: make pam_systemd really optional this time. --- srcpkgs/openssh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index b2520b49a00..6329e131e95 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=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 @@ -37,7 +37,7 @@ post_install() { # Disable pam_cracklib sed '/pam_cracklib.*/d' -i ${DESTDIR}/etc/pam.d/sshd # Enable pam_systemd.so by default. - echo -e "-session\trequired\tpam_systemd.so\n" >> ${DESTDIR}/etc/pam.d/sshd + echo -e "-session\toptional\tpam_systemd.so\n" >> ${DESTDIR}/etc/pam.d/sshd } openssh-server_package() {