[pacman-dev] [PATCH] makepkg.conf: disable motd printing for rsync DLAGENT
Allan McRae
allan at archlinux.org
Tue Nov 15 23:16:03 EST 2011
On 16/11/11 01:36, Dave Reisner wrote:
> Fixes FS#26806.
>
> Signed-off-by: Dave Reisner<dreisner at archlinux.org>
> ---
> 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
After extensive testing, I tentatively conclude that this patch can be
applied to maint.
Allan
> 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:
More information about the pacman-dev
mailing list