Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Do not use -P for tar extractions - the in ...



details:   https://anonhg.NetBSD.org/src/rev/e3924e871a7a
branches:  trunk
changeset: 744675:e3924e871a7a
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 10 14:55:53 2020 +0000

description:
Do not use -P for tar extractions - the in tree tar has been fixed.

diffstat:

 usr.sbin/sysinst/defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b132b098421 -r e3924e871a7a usr.sbin/sysinst/defs.h
--- a/usr.sbin/sysinst/defs.h   Mon Feb 10 11:42:41 2020 +0000
+++ b/usr.sbin/sysinst/defs.h   Mon Feb 10 14:55:53 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.54 2020/01/27 21:21:22 martin Exp $ */
+/*     $NetBSD: defs.h,v 1.55 2020/02/10 14:55:53 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -527,7 +527,7 @@
 #ifdef USING_PAXASTAR
 #define        TAR_EXTRACT_FLAGS       "-xhepf"
 #else
-#define        TAR_EXTRACT_FLAGS       "-xpPf"
+#define        TAR_EXTRACT_FLAGS       "-xpf"
 #endif
 
 /* Abs. path we extract binary sets from */



Home | Main Index | Thread Index | Old Index