Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 14:53:27 -0700 (PDT)
From:      "brian j. peterson" <rbw@myplace.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/30494: typo in src/etc/login.conf (HEAD, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3)
Message-ID:  <200109102153.f8ALrRd54059@freefall.freebsd.org>

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

>Number:         30494
>Category:       misc
>Synopsis:       typo in src/etc/login.conf (HEAD, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 10 15:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     brian j. peterson
>Release:        4.3-RELEASE
>Organization:
>Environment:
FreeBSD nikita 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Sun Sep  9 16:16:51 MST 2001     root@nikita:/usr/obj/usr/src/sys/HARLOT  alpha
>Description:
the second to last line of src/etc/login.conf for -CURRENT and -STABLE reads:
#	:password_format=des:\

after looking at the login.conf manpage (and the rest of src/etc/login.conf) i believe this should actually read:
#	:passwd_format=des:\

no big deal since the line is commented out anyway, but someone might run into problems/confusion if they actually wanted to use that feature.

>How-To-Repeat:
n/a
>Fix:
s/password/passwd/
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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