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

Pavlin Radoslavov pavlin@icir.org
Sat, 18 Jun 2005 01:14:58 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-18 01:14:57 UTC

XORP CVS repository


Modified files:
	rtrmgr        util.cc util.hh 

Log message:
	* Rename function find_exec_path_name() to
	  find_executable_program_dir() and make it local to util.cc
	  instead of global.
	
	* Add new global function find_executable_filename()
	  that is based on the OpCommandList::find_executable_filename()
	  implementation.
	
	* Add new global function find_executable_filename_and_arguments()

Revision  Changes                                  Path
1.13      +111 -15;  commitid: 15e0c42b3751a7ea6;  xorp/rtrmgr/util.cc
1.8       +35 -15;  commitid: 15e0c42b3751a7ea6;   xorp/rtrmgr/util.hh