X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2c51d5deec879ab7aade039139e9d3a4d5643656..9e3c856a39fe363e5459e1b24c082535282ce71a:/support/rsyncstats diff --git a/support/rsyncstats b/support/rsyncstats index 9471c709..7e428e9e 100755 --- a/support/rsyncstats +++ b/support/rsyncstats @@ -18,7 +18,7 @@ # script that comes with wuftpd # # Andrew Tridgell, October 1998 -# rsync-bugs@samba.anu.edu.au +# rsync-bugs@samba.org # # --------------------------------------------------------------------------- @@ -73,6 +73,8 @@ line: while () { $file = $module . "/" . $file; + $file =~ s|//|/|mg; + @path = split(/\//, $file); $pathkey = ""; @@ -258,7 +260,7 @@ foreach $hour ( sort keys(xfertbytes) ) { exit(0); sub datecompare { - $a lt $b; + $a gt $b; } sub domnamcompare {