summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-10-10 08:42:29 +0000
committerderaadt <deraadt@openbsd.org>1998-10-10 08:42:29 +0000
commitf7431faebe64e6f01b8525e010c1e839125bb1c3 (patch)
treef4a41b57d25594b7ec70d600c74ac5526f60afc4
parentsync (diff)
downloadwireguard-openbsd-f7431faebe64e6f01b8525e010c1e839125bb1c3.tar.xz
wireguard-openbsd-f7431faebe64e6f01b8525e010c1e839125bb1c3.zip
non-verbose tar extract for cd install too
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 10627ce0501..e880b6f5cd5 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.101 1998/09/30 08:02:26 deraadt Exp $
+# $OpenBSD: install.sub,v 1.102 1998/10/10 08:42:29 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997,1998 Todd Miller, Theo de Raadt
@@ -1325,7 +1325,7 @@ while test -n "${_get_files}" ; do
if [ "X${_f}" = "X${_kernel}" ]; then
ftp -V -m -o /mnt/$_f file:$1/$_f
else
- ftp -V -m -o - file:$1/$_f | (cd /mnt; tar -zxvpf -)
+ ftp -V -m -o - file:$1/$_f | (cd /mnt; tar -zxpf -)
fi
if [ $? -ne 0 ]; then
# Mark xfer as having failed,.