Bug 17867

Summary: wall does not report time zone [PATCH]
Product: Base System Reporter: Joel Ray Holveck <joelh>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joel Ray Holveck 2000-04-08 21:10:01 UTC
	wall, even though it uses the user's TZ variable, does not
	include the timezone information in the banner sent.

Fix: Apply the attached patch to usr.bin/wall.c
How-To-Repeat: 
	$ export TZ=PST8PDT
	$ echo 'foo' | wall
	$ export TZ=CST6CDT
	$ echo 'bar' | wall
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-07-27 08:59:02 UTC
State Changed
From-To: open->closed

Committed in revision 1.14 of wall.c.