summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-11-15 10:20:07 -0500
committerDan McGee <dan@archlinux.org>2011-11-15 09:37:42 -0600
commitad09db3c55a4b9e4989704e04860c5dda7c25fb0 (patch)
tree952c3a377acf3671fe49e11ca00e176ee3da8ff5 /etc
parent9363e7dc22f85c549cd90768ce884508901820a8 (diff)
makepkg.conf: disable motd printing for rsync DLAGENT
Fixes FS#26806. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 65d8ab9e..e9152c8b 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -11,7 +11,7 @@
DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
- 'rsync::/usr/bin/rsync -z %u %o'
+ 'rsync::/usr/bin/rsync --no-motd -z %u %o'
'scp::/usr/bin/scp -C %u %o')
# Other common tools: