[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Mon, 27 Jun 2005 08:38:07 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-27 08:38:07 UTC

XORP CVS repository


Modified files:
	libxorp       run_command.cc run_command.hh test_run_command.cc 

Log message:
	Modify the RunCommand semantics so now if the executed command has
	any output on the stderr this does not automatically mean that the
	command has failed.
	The reason for the change is because commands like FreeBSD's
	fetch(1) and traceroute(8) print statistics to stderr even if
	the command didn't fail.

Revision  Changes                                Path
1.5       +21 -25;  commitid: 6ba342bfba167ea6;  xorp/libxorp/run_command.cc
1.4       +3 -2;  commitid: 6ba342bfba167ea6;    xorp/libxorp/run_command.hh
1.5       +2 -10;  commitid: 6ba342bfba167ea6;   xorp/libxorp/test_run_command.cc