From f7c957824795353af8c467307cbe4b14a3a048c4 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 28 Mar 1996 21:48:25 +0000 Subject: From NetBSD: merge of 960317 --- distrib/atari/inst-common/dot.commonutils | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'distrib/atari') diff --git a/distrib/atari/inst-common/dot.commonutils b/distrib/atari/inst-common/dot.commonutils index 5fc02760705..41634c9d297 100644 --- a/distrib/atari/inst-common/dot.commonutils +++ b/distrib/atari/inst-common/dot.commonutils @@ -1,5 +1,6 @@ # -# $NetBSD: dot.commonutils,v 1.3 1995/11/28 23:57:12 jtc Exp $ +# $OpenBSD: dot.commonutils,v 1.4 1996/03/28 21:48:12 niklas Exp $ +# $NetBSD: dot.commonutils,v 1.4 1996/02/28 10:06:40 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -30,9 +31,9 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Installation utilites (functions), to get NetBSD installed on +# Installation utilites (functions), to get OpenBSD installed on # the hard disk. These are meant to be invoked from the shell prompt, -# by people installing NetBSD. +# by people installing OpenBSD. # we know that /etc/fstab is only generated on the hard drive dest_dir=/ @@ -128,7 +129,7 @@ Extract() esac if [ $snapshot = n ] then - cat "$1".??? | gunzip | + cat "$1".?? | gunzip | (cd $dest_dir ; tar --unlink -xp"$tarverbose"f -) else cat "$1".tar.gz | gunzip | -- cgit v1.2.3