~ubuntu-branches/ubuntu/trusty/rsync/trusty

« back to all changes in this revision

Viewing changes to runtests.sh

  • Committer: Package Import Robot
  • Author(s): Paul Slootman
  • Date: 2011-10-04 18:54:56 UTC
  • mfrom: (1.1.12) (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111004185456-ruw68nc5p70bxdjv
Tags: 3.0.9-1
* new upstream release.
* Bumped Standards-Version to 3.9.2.0 (no change necessary).
* manpage no longer shows erroneous default for --delete-before.
  (upstream fix)
  closes:#640869,#587567
* manpage now mentions that --files-from sorts the filenames.
  (upstream fix)
  closes:#536755
* init.d script checks nice value correctly now.
  closes:#586707
* fixed typo in comment in sample script rrsync.
  closes:#635603
* Updated package description and included homepage line.
  closes:#614098
* Correct error message when using --delete-delay when dying in certain cases.
  See also #587567
  closes:#586551
* included rsync.service file for systemd, supplied by Michael Stapelberg.
  closes:#639632
* conflict with duplicity < 0.6.11 as that tries to use rsync:// in
  combination with ::module syntax, which is not allowed (but used to be
  accepted in older rsync versions).
  closes:#605731

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
export RUNSHFLAGS
130
130
 
131
131
# for Solaris
132
 
[ -d /usr/xpg4/bin ] && PATH="/usr/xpg4/bin/:$PATH"
 
132
if [ -d /usr/xpg4/bin ]; then
 
133
    PATH="/usr/xpg4/bin/:$PATH"
 
134
    export PATH
 
135
fi
133
136
 
134
137
if [ "x$loglevel" != x ] && [ "$loglevel" -gt 8 ]; then
135
138
    if set -x; then