Module Name:    src
Committed By:   martin
Date:           Mon Feb 10 14:55:53 UTC 2020

Modified Files:
        src/usr.sbin/sysinst: defs.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/sysinst/defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/defs.h
diff -u src/usr.sbin/sysinst/defs.h:1.54 src/usr.sbin/sysinst/defs.h:1.55
--- src/usr.sbin/sysinst/defs.h:1.54	Mon Jan 27 21:21:22 2020
+++ src/usr.sbin/sysinst/defs.h	Mon Feb 10 14:55:53 2020
@@ -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 @@ int  clean_xfer_dir;
 #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 */

Reply via email to