wok rev 2598
openssh: fix sftp-server path in sshd_config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 10 15:01:11 2009 +0000 (2009-04-10) |
parents | cdb7f539e116 |
children | 9c47e2a0e10b |
files | openssh/receipt |
line diff
1.1 --- a/openssh/receipt Fri Apr 10 08:25:27 2009 +0000 1.2 +++ b/openssh/receipt Fri Apr 10 15:01:11 2009 +0000 1.3 @@ -31,5 +31,7 @@ 1.4 cp -a $_pkg/usr/sbin $_pkg/usr/bin $fs/usr 1.5 cp -a $_pkg/etc $fs 1.6 cp stuff/openssh $fs/etc/init.d 1.7 + sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \ 1.8 + $fs/etc/ssh/sshd_config 1.9 } 1.10