From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- rsync-server/.footprint.i686 | 20 ++++++++++++++++++++ rsync-server/.footprint.x86_64 | 20 ++++++++++++++++++++ rsync-server/.md5sum.i686 | 0 rsync-server/.md5sum.x86_64 | 0 rsync-server/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 rsync-server/.footprint.i686 create mode 100644 rsync-server/.footprint.x86_64 create mode 100644 rsync-server/.md5sum.i686 create mode 100644 rsync-server/.md5sum.x86_64 create mode 100644 rsync-server/Pkgfile (limited to 'rsync-server') diff --git a/rsync-server/.footprint.i686 b/rsync-server/.footprint.i686 new file mode 100644 index 000000000..a322597bd --- /dev/null +++ b/rsync-server/.footprint.i686 @@ -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/rsync-server/.footprint.x86_64 b/rsync-server/.footprint.x86_64 new file mode 100644 index 000000000..a322597bd --- /dev/null +++ b/rsync-server/.footprint.x86_64 @@ -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/rsync-server/.md5sum.i686 b/rsync-server/.md5sum.i686 new file mode 100644 index 000000000..e69de29bb diff --git a/rsync-server/.md5sum.x86_64 b/rsync-server/.md5sum.x86_64 new file mode 100644 index 000000000..e69de29bb diff --git a/rsync-server/Pkgfile b/rsync-server/Pkgfile new file mode 100644 index 000000000..9c136dcfc --- /dev/null +++ b/rsync-server/Pkgfile @@ -0,0 +1,23 @@ +# 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 +# Run on: rsync + +name=rsync-server +version=20100825 +release=2 +source=() + + +build() { + source /etc/blfs-bootscripts +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$version.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 + tar xvf $scripts-$version.tar.bz2 + cd $scripts-$version + make DESTDIR=$PKG install-rsyncd + +} + -- cgit v1.2.3-54-g00ecf