From 20ba64eba626004d3473aced89a742804e2ff551 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 20 Jan 2005 22:36:06 +0000 Subject: DragonFly's pax(1) has different options to those in NetBSD. Re-bootstrapping with pax fixes the situation. Fix from Todd Willey. --- bootstrap/bootstrap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 99d38cbf22a..b43983faa7a 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.28 2005/01/16 02:56:24 grant Exp $ +# $NetBSD: bootstrap,v 1.29 2005/01/20 22:36:06 agc Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -207,12 +207,11 @@ Darwin) ;; DragonFly) root_group=wheel - need_pax=no + need_pax=yes need_mtree=no need_bsd_install=no need_sed=no set_opsys=no - check_prog paxprog pax check_prog tarprog tar check_prog mtreeprog mtree machine_arch=`uname -p` -- cgit v1.2.3