Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst remove -O arg in pax->tar change.



details:   https://anonhg.NetBSD.org/src/rev/95301af23821
branches:  trunk
changeset: 543235:95301af23821
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Feb 20 11:03:34 2003 +0000

description:
remove -O arg in pax->tar change.

also noted by MOCHIZUKI Tomomitsu.

diffstat:

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

diffs (22 lines):

diff -r ead2250bfd8a -r 95301af23821 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Thu Feb 20 11:00:35 2003 +0000
+++ b/distrib/utils/sysinst/util.c      Thu Feb 20 11:03:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.84 2003/02/20 11:00:35 grant Exp $  */
+/*     $NetBSD: util.c,v 1.85 2003/02/20 11:03:34 grant Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -472,10 +472,10 @@
            "progress -zf %s tar -xepf -", path);
        else if (verbose==2)
          tarexit = run_prog(RUN_DISPLAY, NULL,
-           "tar -zxvepf %s -O", path);
+           "tar -zxvepf %s", path);
        else
          tarexit = run_prog(RUN_DISPLAY, NULL,
-           "tar -zxepf %s -O", path);
+           "tar -zxepf %s", path);
 
        /* Check tarexit for errors and give warning. */
        if (tarexit) {



Home | Main Index | Thread Index | Old Index