Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2006 00:32:18 +0100 (CET)
From:      Joost Bekkers <joost@jodocus.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/107298: id(1) not conforming to IEEE Std 1003.1
Message-ID:  <200612282332.kBSNWIw1015002@jodocus.org>
Resent-Message-ID: <200612282350.kBSNoLNI042924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107298
>Category:       bin
>Synopsis:       id(1) not conforming to IEEE Std 1003.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 28 23:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joost Bekkers
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bps.jodocus.org 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sun Oct 1 19:21:38 CEST 2006 root@bps.jodocus.org:/usr/src/sys/i386/compile/bps i386


>Description:

id(1) currently uses ", %u(%s)" for the second+ group. eg:

uid=1000(joost) gid=1000(joost) groups=1000(joost), 0(wheel), 5(operator)


However IEEE Std 1003.1 (2004) specifies ",%u(%s)" as the format for additional
groups. (perl's t/op/groups.t failes because of this) 

>How-To-Repeat:
>Fix:

lose the space.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612282332.kBSNWIw1015002>