Fixes FS#26806.
Signed-off-by: Dave Reisner <[email protected]>
---
Dear Sirs,
It is with great auspiciousness and delight that I present to you this most
complex work of art for which many candles were burned into the night. I
implore all of you to review my work as I'm sure that the slightest breeze may
alter something as subtle as the font encoding, thereby hindering application
of this most vital of vital patches.
With humble regards,
Sir David McPatcherton, Jr, III of Crapsville
etc/makepkg.conf.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 65d8ab9..e9152c8 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:
--
1.7.7.3