pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap /usr/ucb/install cannot handle a Solaris zon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84681a609be9
branches:  trunk
changeset: 550355:84681a609be9
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Nov 19 16:35:23 2008 +0000

description:
/usr/ucb/install cannot handle a Solaris zone with a read-only /usr but
writeable /usr/pkg, so use install-sh on Solaris instead.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 72f03566e6c9 -r 84681a609be9 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Nov 19 16:27:14 2008 +0000
+++ b/bootstrap/bootstrap       Wed Nov 19 16:35:23 2008 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.136 2008/10/14 22:50:54 joerg Exp $
+# $NetBSD: bootstrap,v 1.137 2008/11/19 16:35:23 sketch Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -571,7 +571,7 @@
        fi
        root_group=root
        need_pax=yes
-       need_bsd_install=no
+       need_bsd_install=yes
        need_awk=yes
        need_sed=yes
        need_ksh=yes



Home | Main Index | Thread Index | Old Index