pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42073: pkg_src makes silly assumptions on gid/uid
The following reply was made to PR pkg/42073; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/42073: pkg_src makes silly assumptions on gid/uid
Date: Sun, 20 Sep 2009 10:09:36 +0900
On Sun, 20 Sep 2009 04:00:06 +0900, Michael MacLeod
<damnhogs%hotmail.com@localhost> wrote:
> The distro already has a /etc/mk.conf is is possible to tell bootstrap
> to use /etc/mk.conf and not create and use /usr/pkgsrc/etc/mk.conf?
As far as I know, SSD Linux's userland is based on NetBSD's one.
It remains possible that you can use base bmake for pkgsrc, but it may too old
for pkgsrc.
You can bootstrap with --sysconfdir=/etc and bootstraped bmake will use
/etc/mk.conf.
But other tools (include pkg_install) also use /etc.
Or you can just put
.include "/etc/mk.conf"
in ${PREFIX}/etc/mk.conf.
Home |
Main Index |
Thread Index |
Old Index