Module Name: src
Committed By: roy
Date: Wed Jul 24 10:22:04 UTC 2019
Modified Files:
src/usr.sbin/sysinst: util.c
Log Message:
Work with bsdtar as pointed out by kamil@
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/sysinst/util.c
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/util.c
diff -u src/usr.sbin/sysinst/util.c:1.28 src/usr.sbin/sysinst/util.c:1.29
--- src/usr.sbin/sysinst/util.c:1.28 Sun Jul 21 12:23:18 2019
+++ src/usr.sbin/sysinst/util.c Wed Jul 24 10:22:04 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.28 2019/07/21 12:23:18 martin Exp $ */
+/* $NetBSD: util.c,v 1.29 2019/07/24 10:22:04 roy Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -954,7 +954,7 @@ extract_file(distinfo *dist, int update)
/* now extract set files into "./". */
rval = run_program(RUN_DISPLAY | RUN_PROGRESS,
- "progress -zf %s tar --chroot -xhepf -", path);
+ "progress -zf %s tar --chroot -xpf -", path);
chdir(owd);
free(owd);