Bug 25541

Summary: Bug in the -CURRENT 'wall' command
Product: Base System Reporter: nnd <nnd>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description nnd 2001-03-05 11:30:00 UTC
	
	Version 1.7 of the 'src/usr.bin/wall/ttymsg.c' makes 
the device's names of the types : /dev/ttyp0, /dev/ttyp0ttyp1,
/dev/ttyp0ttyp1ttyp2 and thus  'wall' (despite the name - Write to ALL)
write the message only to the first one of them.

Fix: Apply the next patch (or other one with the same effect ;-)

How-To-Repeat: 	
	Use the 'wall' command on the system with more than one line
in use.
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 2001-03-05 14:11:35 UTC
State Changed
From-To: open->closed

Commited.