pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap List all options for 'bootstrap'.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a77a1608874f
branches:  trunk
changeset: 472730:a77a1608874f
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Apr 12 00:38:55 2004 +0000

description:
List all options for 'bootstrap'.

diffstat:

 bootstrap/README |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r e93f35ee4ec4 -r a77a1608874f bootstrap/README
--- a/bootstrap/README  Mon Apr 12 00:37:20 2004 +0000
+++ b/bootstrap/README  Mon Apr 12 00:38:55 2004 +0000
@@ -1,19 +1,26 @@
-$NetBSD: README,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+$NetBSD: README,v 1.2 2004/04/12 00:38:55 heinz Exp $
 
 To try to get pkgsrc working on your system, please try the following
 as root:
 
 # ./bootstrap [ --prefix=${PREFIX} ] [ --pkgdbdir=${PKGDBDIR} ] \
-       [ --pkgsrcdir=${PKGSRCDIR} ]
+       [ --pkgsrcdir=${PKGSRCDIR} ] [ --sysconfdir=${PKG_SYSCONFBASE} ] \
+       [ --workdir=working directory] \
+       [ --ignore-case-check ] [ --ignore-user-check ] [ --help ]
 
 The defaults for the arguments are as follows:
 
        --prefix        /usr/pkg
        --pkgdbdir      /var/db/pkg
        --pkgsrcdir     /usr/pkgsrc
+       --sysconfdir    /usr/pkg/etc
+       --workdir       work
 
 It is perfectly acceptable to place ${PKGDBDIR} under ${PREFIX}.
 
+The working directory will be created if it doesn't exist and has to be
+writable by the user executing ./bootstrap.
+
 Make sure that you have a working C compiler and make(1) binary in
 your path.
 



Home | Main Index | Thread Index | Old Index