Subject: Re: CVS commit: othersrc/bootstrap-pkgsrc
To: Henning Brauer <hostmaster@bsws.de>
From: Chris Pinnock <cjep@netbsd.org>
List: source-changes
Date: 12/08/2002 19:16:41
On Sun, Dec 08, 2002 at 08:27:45PM +0100, Henning Brauer wrote:
> On Sun, Dec 08, 2002 at 03:30:57PM +0200, Chris Pinnock wrote:
> >
> > Module Name: othersrc
> > Committed By: cjep
> > Date: Sun Dec 8 13:30:57 UTC 2002
> >
> > Modified Files:
> > othersrc/bootstrap-pkgsrc: mkbinarykit
> >
> > Log Message:
> > On OpenBSD use "arch -s" instead of "uname -p" as the output is shorter
> > (e.g. Intel Pentium (P54C) ("GenuineIntel" 586-class) versus i386).
>
> actually uname -m fits for that.
Does it distinguish between hardware architectures on OpenBSD? e.g.
on NetBSD on my RAQ2, uname -m gives cobalt, but uname -p is mipsel
(which is what I really want for most userland).