Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst add missing '-' (stdin) to progress/ta...



details:   https://anonhg.NetBSD.org/src/rev/ead2250bfd8a
branches:  trunk
changeset: 543234:ead2250bfd8a
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Feb 20 11:00:35 2003 +0000

description:
add missing '-' (stdin) to progress/tar command line.

noted by MOCHIZUKI Tomomitsu in PR install/20442.

diffstat:

 distrib/utils/sysinst/util.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5340a99dcdcf -r ead2250bfd8a distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Thu Feb 20 07:39:17 2003 +0000
+++ b/distrib/utils/sysinst/util.c      Thu Feb 20 11:00:35 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.83 2003/02/14 00:17:56 grant Exp $  */
+/*     $NetBSD: util.c,v 1.84 2003/02/20 11:00:35 grant Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -469,7 +469,7 @@
        /* now extract set files files into "./". */
        if (verbose==1)
          tarexit = run_prog(RUN_DISPLAY, NULL,
-           "progress -zf %s tar -xepf", path);
+           "progress -zf %s tar -xepf -", path);
        else if (verbose==2)
          tarexit = run_prog(RUN_DISPLAY, NULL,
            "tar -zxvepf %s -O", path);



Home | Main Index | Thread Index | Old Index