diff options
Diffstat (limited to 'rsync')
| -rw-r--r-- | rsync/.checksum | 2 | ||||
| -rw-r--r-- | rsync/.files | 16 | ||||
| -rw-r--r-- | rsync/abuild | 7 | ||||
| -rw-r--r-- | rsync/depends | 1 | ||||
| -rwxr-xr-x | rsync/rsyncd.run | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/rsync/.checksum b/rsync/.checksum new file mode 100644 index 00000000..cf0e405d --- /dev/null +++ b/rsync/.checksum @@ -0,0 +1,2 @@ +e1cfdd51a1a89a49e73f8fa730a4321392fe4a29533c0979c2c09c7ce3808b6f rsync-3.4.1.tar.gz +af3d7e1973f1c8a02a31e1967dc84faea84cf96b84cdc9eb647e1f59465ad9f8 rsyncd.run diff --git a/rsync/.files b/rsync/.files new file mode 100644 index 00000000..0d5b2ab9 --- /dev/null +++ b/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/rsync/abuild b/rsync/abuild new file mode 100644 index 00000000..acd9f574 --- /dev/null +++ b/rsync/abuild @@ -0,0 +1,7 @@ +name=rsync +version=3.4.1 +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/rsync/depends b/rsync/depends new file mode 100644 index 00000000..5bada81a --- /dev/null +++ b/rsync/depends @@ -0,0 +1 @@ +popt diff --git a/rsync/rsyncd.run b/rsync/rsyncd.run new file mode 100755 index 00000000..0da8d507 --- /dev/null +++ b/rsync/rsyncd.run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec rsync --daemon --no-detach |