X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FCmdline.swg;h=1ce96563917d347f7fd21acc55e923c5260dfd31;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=b908c9575c4066076721a06bced96f8a27939e2d;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/perl/Amanda/Cmdline.swg b/perl/Amanda/Cmdline.swg index b908c95..1ce9656 100644 --- a/perl/Amanda/Cmdline.swg +++ b/perl/Amanda/Cmdline.swg @@ -1,9 +1,10 @@ /* - * Copyright (c) 2007, 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -94,6 +95,7 @@ amglue_add_flag_tag_fns(cmdline_parse_dumpspecs_flags); amglue_add_constant(CMDLINE_PARSE_DATESTAMP, cmdline_parse_dumpspecs_flags); amglue_add_constant(CMDLINE_PARSE_LEVEL, cmdline_parse_dumpspecs_flags); amglue_add_constant(CMDLINE_EMPTY_TO_WILDCARD, cmdline_parse_dumpspecs_flags); +amglue_add_constant(CMDLINE_EXACT_MATCH, cmdline_parse_dumpspecs_flags); amglue_copy_to_tag(cmdline_parse_dumpspecs_flags, constants); %rename(parse_dumpspecs) cmdline_parse_dumpspecs;