summaryrefslogtreecommitdiffstats
path: root/extra/rsync-server
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rsync-server')
-rw-r--r--extra/rsync-server/.footprint20
-rw-r--r--extra/rsync-server/.md5sum0
-rw-r--r--extra/rsync-server/Pkgfile20
3 files changed, 40 insertions, 0 deletions
diff --git a/extra/rsync-server/.footprint b/extra/rsync-server/.footprint
new file mode 100644
index 000000000..a322597bd
--- /dev/null
+++ b/extra/rsync-server/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/rc.d/
+drwxr-xr-x root/root etc/rc.d/init.d/
+-rwxr-xr-- root/root etc/rc.d/init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc0.d/
+lrwxrwxrwx root/root etc/rc.d/rc0.d/K30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc1.d/
+lrwxrwxrwx root/root etc/rc.d/rc1.d/K30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc2.d/
+lrwxrwxrwx root/root etc/rc.d/rc2.d/K30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc3.d/
+lrwxrwxrwx root/root etc/rc.d/rc3.d/S30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc4.d/
+lrwxrwxrwx root/root etc/rc.d/rc4.d/S30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc5.d/
+lrwxrwxrwx root/root etc/rc.d/rc5.d/S30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rc6.d/
+lrwxrwxrwx root/root etc/rc.d/rc6.d/K30rsyncd -> ../init.d/rsyncd
+drwxr-xr-x root/root etc/rc.d/rcsysinit.d/
+drwxr-xr-x root/root etc/sysconfig/
diff --git a/extra/rsync-server/.md5sum b/extra/rsync-server/.md5sum
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/extra/rsync-server/.md5sum
diff --git a/extra/rsync-server/Pkgfile b/extra/rsync-server/Pkgfile
new file mode 100644
index 000000000..70151cb94
--- /dev/null
+++ b/extra/rsync-server/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Serveur protocol de synchronisation de fichiers très éfficace
+# URL: http://samba.anu.edu.au/rsync/
+# Maintainer: NuTyX coreteam
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: rsync
+
+name=rsync-server
+version=20090302
+release=1
+source=()
+
+
+build() {
+ source /etc/blfs-bootscripts
+ wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$version.tar.bz2
+ tar xvf $scripts-$version.tar.bz2
+ cd $scripts-$version
+ make DESTDIR=$PKG install-rsyncd
+
+}