From: Wayne Davison Date: Sun, 16 Dec 2007 23:02:42 +0000 (-0800) Subject: Added a "fetchall" option. X-Git-Tag: v3.0.0pre7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f42da0b50e15b39e2a636362785e1aafc520ce0;p=thirdparty%2Frsync.git Added a "fetchall" option. --- diff --git a/prepare-source b/prepare-source index ff1e6ba1..3cb7096e 100755 --- a/prepare-source +++ b/prepare-source @@ -15,6 +15,8 @@ elif test x"$1" = x"fetch"; then files='[cp]*' fi rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/"$files" . +elif test x"$1" = x"fetchall"; then + rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/'*' . else exit 1 fi