Subject: CVS commit: src/sbin/ping
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/01/2006 15:59:31
Module Name:	src
Committed By:	christos
Date:		Thu Jun  1 15:59:31 UTC 2006

Modified Files:
	src/sbin/ping: ping.c

Log Message:
PR/33623: Chuck Cranor: Ping stops when ran in the background
because it tries to set the tty not to print kerninfo. Change it
to only only play with the tty when ping is running in the foreground
(and will not stop when calling tcsetattr()). In my opinion, it is
preferable to print the kerninfo line with the ping info message
rather than to mess with the tty, but that's just me.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sbin/ping/ping.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.