Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release-src > by-pkgid > cb73a4dc2dc75b7c115a9ce09bed2b0a > files > 8

amanda-2.5.1-1mdv2007.0.src.rpm


http://sourceforge.net/tracker/index.php?func=detail&aid=1558317&group_id=120&atid=100120


--- client-src/sendbackup-dump.c	2006-07-25 14:10:07.000000000 -0400
+++ client-src/sendbackup-dump.c.oden	2006-09-16 07:20:22.000000000 -0400
@@ -53,6 +53,8 @@
 	     512),
   AM_SIZE_RE("DUMP: [0-9][0-9]* blocks \\([0-9][0-9]*\\.[0-9][0-9]*MB\\) on [0-9][0-9]* volume",
 	     512),
+  /* Ubuntu 6.06 (and maybe other Debians?) */
+  AM_SIZE_RE("DUMP: [0-9][0-9]* blocks \\([0-9][0-9]*\\.[0-9][0-9]*MB\\)", 1024),
   AM_SIZE_RE("DUMP: [0-9][0-9]* blocks", 512),
   AM_SIZE_RE("DUMP: [0-9][0-9]* bytes were dumped", 1),
   /* OSF's vdump */