[Rt-devel] Re: RT 3.6.0rc2

Jesse Vincent jesse at bestpractical.com
Mon May 15 21:15:54 EDT 2006


Fixed by r5231


On Mon, May 15, 2006 at 05:21:57PM -0400, Lidio Presutti wrote:
> Hi Jesse,
> 
> FYI.
> 
> On a Solaris 9 box, the ./configure results in
>  ...
>  id: illegal option -- g
>  Usage: id [-ap] [user]
> 
> 
> checking the diff between RC1 and RC2 I noticed that
>  $ diff rt-3.6.0rc2/configure rt-3.6.0rc1/configure
>  ...
>  2027c2027
>  < my_group=$(id -gn)
>  ---
>  > my_group=$(groups|cut -f1 -d' ')
> 
> On my Solaris, "man id" gets
> 
> System Administration Commands                             id(1M)
> NAME
>      id - return user identity
> 
> SYNOPSIS
>      /usr/bin/id [-p] [user]
>      /usr/bin/id -a [-p] [user]
> 
>      /usr/xpg4/bin/id [-p] [user]
>      /usr/xpg4/bin/id -G [-n] [user]
>      /usr/xpg4/bin/id -g [-nr] [user]
>      /usr/xpg4/bin/id -u [-nr] [user]
> ...
> 
> and /usr/bin is before /usr/xpg4/bin on the PATH.  So the -g illegal 
> option results.  No biggy.
> 
> Lidio.
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
> 
> Best Practical is hiring! Come hack Perl for us: 
> http://bestpractical.com/about/jobs.html
> 

-- 


More information about the Rt-devel mailing list