wok-next diff openssh/receipt @ rev 2920
Add exhibit (E17 image manager)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 06 23:21:52 2009 +0200 (2009-05-06) |
parents | 05bf8fea0033 |
children | a975000773d0 |
line diff
1.1 --- a/openssh/receipt Wed Feb 11 17:41:17 2009 +0100 1.2 +++ b/openssh/receipt Wed May 06 23:21:52 2009 +0200 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