From 46ca440e9d6cc606d9c3233021e32d24b25172cf Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 24 May 2024 12:22:12 +0800 Subject: added repos --- repos/extra/rsync/.files | 16 ++++++++++++++++ repos/extra/rsync/depends | 1 + repos/extra/rsync/info | 7 +++++++ repos/extra/rsync/rsyncd.run | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 repos/extra/rsync/.files create mode 100644 repos/extra/rsync/depends create mode 100644 repos/extra/rsync/info create mode 100644 repos/extra/rsync/rsyncd.run (limited to 'repos/extra/rsync') diff --git a/repos/extra/rsync/.files b/repos/extra/rsync/.files new file mode 100644 index 00000000..0d5b2ab9 --- /dev/null +++ b/repos/extra/rsync/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/sv/ +drwxr-xr-x root/root etc/sv/rsyncd/ +-rwxr-xr-x root/root etc/sv/rsyncd/run.new +lrwxrwxrwx root/root etc/sv/rsyncd/supervise -> ../../../run/runit/supervise.rsyncd +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rsync +-rwxr-xr-x root/root usr/bin/rsync-ssl +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rsync-ssl.1.gz +-rw-r--r-- root/root usr/share/man/man1/rsync.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/rsyncd.conf.5.gz diff --git a/repos/extra/rsync/depends b/repos/extra/rsync/depends new file mode 100644 index 00000000..5bada81a --- /dev/null +++ b/repos/extra/rsync/depends @@ -0,0 +1 @@ +popt diff --git a/repos/extra/rsync/info b/repos/extra/rsync/info new file mode 100644 index 00000000..a583ccc6 --- /dev/null +++ b/repos/extra/rsync/info @@ -0,0 +1,7 @@ +name=rsync +version=3.3.0 +release=1 +source="https://www.samba.org/ftp/$name/src/$name-$version.tar.gz + rsyncd.run" +sv="rsyncd.run" +build_opt="--disable-xxhash --without-included-zlib --disable-lz4 --disable-zstd" diff --git a/repos/extra/rsync/rsyncd.run b/repos/extra/rsync/rsyncd.run new file mode 100644 index 00000000..0da8d507 --- /dev/null +++ b/repos/extra/rsync/rsyncd.run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec rsync --daemon --no-detach -- cgit v1.2.3