Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 10:04:04 GMT
From:      Oleg Ginzburg <olevole@olevole.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/172137: deprecated information for adduser(8) man pages
Message-ID:  <201209281004.q8SA44jf023044@red.freebsd.org>
Resent-Message-ID: <201209281010.q8SAA5dH082533@freefall.freebsd.org>

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

>Number:         172137
>Category:       docs
>Synopsis:       deprecated information for adduser(8) man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 10:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ginzburg
>Release:        10-CURRENT
>Organization:
>Environment:
>Description:
in "restrictions" section of man adduser(8) still isn't reflected information for wtmp accounting db coming in 9.0-release.

"You can change UT_NAMESIZE in <utmp.h> and recompile the world;"
is actual for for FreeBSD <9.0. For FreeBSD 9.0+ correct way is:

#define MAXLOGNAME      17              /* max login name length (incl. NUL) */

in /sys/sys/param.h

>How-To-Repeat:

>Fix:


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



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