wok-next rev 20284

openssh: typo ??
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 15:23:11 2017 +0100 (2017-11-08)
parents 23544825f0d9
children b8b371b1b165
files openssh/receipt
line diff
     1.1 --- a/openssh/receipt	Wed Nov 08 15:14:57 2017 +0100
     1.2 +++ b/openssh/receipt	Wed Nov 08 15:23:11 2017 +0100
     1.3 @@ -73,7 +73,6 @@
     1.4  
     1.5  EOT
     1.6  	done
     1.7 -	sed -i 's/.*UsePAM.*/UsePAM yes/' $install-pam/etc/ssh/sshd_config
     1.8  }
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11 @@ -97,6 +96,7 @@
    1.12  			;;
    1.13  		openssh-pam)
    1.14  			install=$install-pam copy @std sshd/
    1.15 +			sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config
    1.16  			DEPENDS="sftp-server libcrypto zlib pam"
    1.17  			CONFIG_FILES="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config \
    1.18  			/etc/inetd.conf"