> On 2015-07-23, Michael McConville <mmcco...@sccs.swarthmore.edu> wrote:
> 
> > --- sbin/dump/main.c        23 May 2015 05:17:20 -0000      1.56
> > +++ sbin/dump/main.c        15 Jun 2015 23:16:10 -0000
> > @@ -115,7 +115,7 @@ main(int argc, char *argv[])
> >             usage();
> >  
> >     obsolete(&argc, &argv);
> > -   while ((ch = getopt(argc, argv, "0123456789aB:b:cd:f:h:ns:ST:uWw")) != 
> > -1)
> > +   while ((ch = getopt(argc, argv, "0123456789AB:b:cd:f:h:ns:ST:uWw")) != 
> > -1)
> 
> This will break lots of backup scripts.  Should -a continue to be
> supported for some time?

Definately.  At minimum, as a no-op.  Though if it previously acted as any
sort of "override" over other selected options, that might be needed too.

Reply via email to