Subject: misc/64: typo in MAKEDEV
To: None <gnats-admin>
From: None <sommerfeld@orchard.medford.ma.us>
List: netbsd-bugs
Date: 01/10/1994 20:35:04
>Number:         64
>Category:       misc
>Synopsis:       Typo in MAKEDEV
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    gnats-admin (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 10 20:35:03 1994
>Originator:     Bill &ld
>Organization:
	None
>Release:        -current
>Environment:
    	
System: NetBSD orchard.medford.ma.us 0.9a ORCHARD#17 i386


>Description:
There's a missing ;; in MAKEDEV
>How-To-Repeat:
	install MAKEDEV out of /src/etc/etc.i386
	run ./MAKEDEV audio

>Fix:

*** /dev/MAKEDEV~	Mon Jan 10 23:12:31 1994
--- /dev/MAKEDEV	Mon Jan 10 23:12:54 1994
***************
*** 358,363 ****
--- 358,364 ----
  	mknod audio c 42 128
  	chown root.wheel audio sound
  	chmod 666 audio sound
+ 	;;
  	
  local)
  	umask 0
>Audit-Trail:
>Unformatted:

------------------------------------------------------------------------------