Bug 36 - MAKEDEV tty01 deletes cua01 and vice-versa
Summary: MAKEDEV tty01 deletes cua01 and vice-versa
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Core Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1994-12-01 13:00 UTC by kew
Modified: 1994-12-01 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (785 bytes, patch)
1994-12-01 13:00 UTC, kew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kew 1994-12-01 13:00:01 UTC
	When running 'MAKEDEV tty0?' the corresponding cua files are
	deleted. When doing a 'MAKEDEV cua0?' command, the corresponding
	tty files are deleted.

	The permissions for the tw0 device are wrong. Ownership is
	root.wheel -- the xtend program runs as setuid-bin.

How-To-Repeat: 
	cd /dev
	sh MAKEDEV tty01	# see the cua*01 files disappear!

	sh MAKEDEV tw0		# ownership is root.wheel
Comment 1 jkh freebsd_committer freebsd_triage 1994-12-02 21:01:18 UTC
State Changed
From-To: open->closed

Fix adopted.