Subject: PR/33623 CVS commit: src/sbin/ping
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, chuck@ece.cmu.edu>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 06/01/2006 16:00:05
The following reply was made to PR bin/33623; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/33623 CVS commit: src/sbin/ping
Date: Thu, 1 Jun 2006 15:59:31 +0000 (UTC)
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.