# HG changeset patch # User Pascal Bellard # Date 1441267154 -7200 # Node ID d211311bd968ae35304c2491d3b745f6e80d7ad7 # Parent e37473ea7fa33316777e1f147f9382622a68aef6 Up tazwikiss (248) diff -r e37473ea7fa3 -r d211311bd968 rsync/receipt --- a/rsync/receipt Tue Sep 01 15:09:14 2015 +0200 +++ b/rsync/receipt Thu Sep 03 09:59:14 2015 +0200 @@ -44,6 +44,7 @@ # User and passwd in /etc/rsyncd.secrets, syntax : user:passwd # cp -a $stuff/etc $fs + cp -a $stuff/usr $fs chown root.root $fs/etc/init.d/* chmod 0644 $fs/etc/rsyncd.conf grep -q rsync $1/etc/inetd.conf || cat >> $1/etc/inetd.conf < 1024 + +login=$2 +peer=$3 +shift 3 +ssh $login@$peer "nc -l -p $port -e $@" < /dev/tty & +sleep 5 +nc $peer $port diff -r e37473ea7fa3 -r d211311bd968 tazwikiss/receipt --- a/tazwikiss/receipt Tue Sep 01 15:09:14 2015 +0200 +++ b/tazwikiss/receipt Thu Sep 03 09:59:14 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazwikiss" -VERSION="2.1.1" +VERSION="248" CATEGORY="office" SHORT_DESC="Tiny SliTaz Wiki" MAINTAINER="pascal.bellard@slitaz.org"