Bug 30494

Summary: typo in src/etc/login.conf (HEAD, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3)
Product: Base System Reporter: brian j. peterson <rbw>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description brian j. peterson 2001-09-10 23:00:02 UTC
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.

Fix: 

s/password/passwd/
How-To-Repeat: n/a
Comment 1 ru freebsd_committer freebsd_triage 2001-09-11 08:01:56 UTC
State Changed
From-To: open->closed

Fixed in 5.0-CURRENT. 
Will MFC after the code freeze is over.