# HG changeset patch # User Pascal Bellard # Date 1510150991 -3600 # Node ID c6b8c8e476d98e601f30e0761d41d748bf45e211 # Parent 23544825f0d97daf1bc38069b3d3ebdc6abbd331 openssh: typo ?? diff -r 23544825f0d9 -r c6b8c8e476d9 openssh/receipt --- a/openssh/receipt Wed Nov 08 15:14:57 2017 +0100 +++ b/openssh/receipt Wed Nov 08 15:23:11 2017 +0100 @@ -73,7 +73,6 @@ EOT done - sed -i 's/.*UsePAM.*/UsePAM yes/' $install-pam/etc/ssh/sshd_config } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -97,6 +96,7 @@ ;; openssh-pam) install=$install-pam copy @std sshd/ + sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config DEPENDS="sftp-server libcrypto zlib pam" CONFIG_FILES="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config \ /etc/inetd.conf"