Bug 13157

Summary: MAKEDEV uses user.group syntax for chown
Product: Base System Reporter: papowell
Component: kernAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description papowell 1999-08-15 19:40:00 UTC
The man page for chown indicates that user:group is syntax
However,  /dev/MAKEDEV uses user.group syntax.  This is a nit,
but you should try to keep system level facilities compliant
with the documentation.

Fix: 

change root.xxx to root:xxx in /dev/MAKEDEV
How-To-Repeat: Read the /dev/MAKEDEV and man chown.
grep chown /dev/MAKEDEV and examine the lines
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-08-16 16:54:23 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

Looks simple enough. :-)  I'll take this one. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-08-16 17:22:31 UTC
State Changed
From-To: open->closed

Fixed a few minutes ago in HEAD and RELENG_3. Thanks!