From nobody@FreeBSD.org  Mon Sep 10 14:53:27 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 58A0A37B405
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Sep 2001 14:53:27 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8ALrRd54059;
	Mon, 10 Sep 2001 14:53:27 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109102153.f8ALrRd54059@freefall.freebsd.org>
Date: Mon, 10 Sep 2001 14:53:27 -0700 (PDT)
From: "brian j. peterson" <rbw@myplace.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in src/etc/login.conf (HEAD, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3)
X-Send-Pr-Version: www-1.0

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 10 15:00:02 PDT 2001
>Closed-Date:    Tue Sep 11 00:01:56 PDT 2001
>Last-Modified:  Tue Sep 11 00:02:31 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Tue Sep 11 00:01:56 PDT 2001 
State-Changed-Why:  
Fixed in 5.0-CURRENT. 
Will MFC after the code freeze is over. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30494 
>Unformatted:
