Added RERR_VANISHED.
[rsync/rsync.git] / support / rsyncstats
index 9471c70..7e428e9 100755 (executable)
@@ -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 (<LOG>) {
 
    $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 {