From: root Date: Sat, 6 Feb 2010 16:23:18 +0000 (+0000) Subject: Ajout rsync X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=6bd766eee64094f4a893c5c168a9dea089888a8d;p=hvlinux.git Ajout rsync --- diff --git a/packages-list b/packages-list index 076ba83..a1aebe3 100644 --- a/packages-list +++ b/packages-list @@ -370,6 +370,7 @@ PYGTK="pygtk-2.14.1" READLINE="readline-5.2" REISERFSPROGS="reiserfsprogs-3.6.20" RHYTHMBOX="rhythmbox-0.10.1" +RSYNC="rsync-3.0.7" SAMBA="samba-3.0.21c" SANE_BACKENDS="sane-backends-1.0.18" diff --git a/stage3/packages-update b/stage3/packages-update index 3169abc..892b6a2 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -293,5 +293,6 @@ fpkg ${POLKIT} "http://hal.freedesktop.org/releases" fpkg ${GNUPG} "ftp://ftp.gnupg.org/gcrypt/gnupg" -# Return last error +fpkg ${RSYNC} "http://samba.org/ftp/rsync/src" + exit $? diff --git a/stage3/stage3-install b/stage3/stage3-install index fcc27fb..ada115a 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -49,6 +49,8 @@ ipkg_ac ${CVS_PACKAGE} "--disable-server" ipkg_ac ${PARTED} +ipkg_ac ${RSYNC} + # Graphic libraries ipkg_ac ${LIBJPEG} "--enable-static --enable-shared" ipkg_ac ${LIBPNG}