wok diff tinyssh/receipt @ rev 20788

updated cifs-utils and cifs-utils-dev (6.7 -> 6.8)
author Hans-G?nter Theisgen
date Thu Feb 14 16:07:19 2019 +0100 (2019-02-14)
parents f10c2b5c57d6
children 284b8e871560
line diff
     1.1 --- a/tinyssh/receipt	Thu Mar 15 14:45:35 2018 +0100
     1.2 +++ b/tinyssh/receipt	Thu Feb 14 16:07:19 2019 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  	[ -d $1/etc/tinyssh/sshkeydir ] ||
     1.5  	chroot $1/ tinysshd-makekey /etc/tinyssh/sshkeydir
     1.6  	grep -q ^ssh $1/etc/inetd.conf || cat >> $1/etc/inetd.conf <<EOT
     1.7 -ssh stream tcp nowait root /usr/sbin/tinysshd tinysshd -l -v /etc/tinyssh/sshkeydir
     1.8 +ssh stream tcp nowait root /usr/sbin/tinysshd tinysshd -s -o -l -v /etc/tinyssh/sshkeydir -x sftp=/usr/sbin/sftp-server
     1.9  EOT
    1.10  }
    1.11