pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Add DragonFlyBSD recognition defaults, provi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/56c5bfb8df6e
branches: trunk
changeset: 482664:56c5bfb8df6e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 31 22:04:26 2004 +0000
description:
Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.
diffstat:
bootstrap/bootstrap | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 434ffbdcc6cb -r 56c5bfb8df6e bootstrap/bootstrap
--- a/bootstrap/bootstrap Sun Oct 31 21:53:56 2004 +0000
+++ b/bootstrap/bootstrap Sun Oct 31 22:04:26 2004 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.22 2004/10/08 17:29:00 tv Exp $
+# $NetBSD: bootstrap,v 1.23 2004/10/31 22:04:26 wiz Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -200,6 +200,15 @@
check_prog mtreeprog mtree
machine_arch=`uname -p`
;;
+DragonFly)
+ root_group=wheel
+ need_pax=no
+ need_mtree=no
+ need_bsd_install=no
+ need_sed=no
+ set_opsys=no
+ machine_arch=`uname -p`
+ ;;
FreeBSD)
root_group=wheel
need_pax=yes
Home |
Main Index |
Thread Index |
Old Index