The Samba-Bugzilla – Attachment 1957 Details for
Bug 3653
Reduce the need for the "vanished files" warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed rsync-no-vanished wrapper script
rsync-no-vanished (text/plain), 256 bytes, created by
Matt McCutchen
on 2006-06-12 09:02:28 UTC
(
hide
)
Description:
fixed rsync-no-vanished wrapper script
Filename:
MIME Type:
Creator:
Matt McCutchen
Created:
2006-06-12 09:02:28 UTC
Size:
256 bytes
patch
obsolete
>#!/bin/bash >ignoreexit=24 >ignoreout='^(file has vanished: |rsync warning: some files vanished before they could be transferred)' >set -o pipefail >rsync "$@" 2>&1 | (egrep -v "$ignoreout" || true) >a=$? >if [ $a == $ignoreexit ]; then > exit 0 >else > exit $a >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3653
: 1957 |
3335
|
6228