X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=client-src%2Fsendbackup-dump.c;h=75af415e73d850a43b7b56309d98513c643afafa;hb=2df780bff19c457b0debb7adc29972a0bc2a5dc2;hp=f0a3af5f366937d9e4b247d17effd14ecae4aace;hpb=0de2ad0a86685398621fb8ffa6990c029681bb3a;p=debian%2Famanda diff --git a/client-src/sendbackup-dump.c b/client-src/sendbackup-dump.c index f0a3af5..75af415 100644 --- a/client-src/sendbackup-dump.c +++ b/client-src/sendbackup-dump.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: sendbackup-dump.c,v 1.65.2.5.4.2.2.9 2003/02/05 02:11:26 martinea Exp $ + * $Id: sendbackup-dump.c,v 1.65.2.5.4.2.2.9.2.1 2005/09/20 18:13:08 jrjackson Exp $ * * send backup data using BSD dump */ @@ -95,6 +95,7 @@ static regex_t re_table[] = { AM_NORMAL_RE("^vdump:"), /* OSF/1 */ AM_NORMAL_RE("^ *vxdump:"), /* HPUX10 */ AM_NORMAL_RE("^ *vxfs *vxdump:"), /* Solaris */ + AM_NORMAL_RE("^Dumping .* to stdout"), /* Solaris vxdump */ AM_NORMAL_RE("^xfsdump:"), /* IRIX xfs */ AM_NORMAL_RE("^ *VXDUMP:"), /* Sinix */ AM_NORMAL_RE("^ *UFSDUMP:"), /* Sinix */