Subject: Re: bootstrap-pkgsrc on QNX Neutrino RTOS 6.2.1
To: None <michal@pasternak.w.lub.pl>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: tech-pkg
Date: 02/08/2004 23:27:36
On Fri, 6 Feb 2004 20:50:07 +0100,
Michal Pasternak <michal@pasternak.w.lub.pl> wrote:

> I am able to compile bootstrap-pkgsrc on QNX Neutrino OS, but there are some
> issues. I need your help & advice. 

Great:-)

> bootstrap root & shell script
> =============================
> QNX has pax and sed, needs mtree and bsd-install.
> 
> QNX doesn't have whoami(1) and groups(1) utilities. Needed information could
> be extracted from id(1) using sed. Any regexp-master would like to help?

http://netbsd.gw.com/cgi-bin/man-cgi?whoami++NetBSD-current

>> The whoami utility has been obsoleted by the id(1) utility, 
>> and is equivalent to ``id -un''.

http://netbsd.gw.com/cgi-bin/man-cgi?groups++NetBSD-current

>> The groups utility has been obsoleted by the id(1) utility, 
>> and is equivalent to ``id -Gn [user]''. 

id(1) on QNX doesn't have that options?

-- 
Yuji Yamano <yyamano@kt.rim.or.jp>