Manuel Giraud wrote:
> Hi,
> 
> Here is a typo in the verbose mode of restore:

ok mmcc@

> Index: tape.c
> ===================================================================
> RCS file: /cvs/src/sbin/restore/tape.c,v
> retrieving revision 1.46
> diff -u -p -r1.46 tape.c
> --- tape.c    25 Aug 2015 04:18:43 -0000      1.46
> +++ tape.c    9 Nov 2015 16:01:27 -0000
> @@ -547,7 +547,7 @@ extractfile(char *name)
>                       skipfile();
>                       return (GOOD);
>               }
> -             Vprintf(stdout, "extract file %s\n", name);
> +             Vprintf(stdout, "extract directory %s\n", name);
>               return (genliteraldir(name, curfile.ino));
>  
>       case IFLNK: {

  • restore typo Manuel Giraud
    • Re: restore typo Michael McConville

Reply via email to