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

Pavlin Radoslavov pavlin@icir.org
Wed, 26 Apr 2006 04:38:39 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-26 04:38:39 UTC

XORP CVS repository


Modified files:
	rtrmgr        module_manager.cc 

Log message:
	Don't use GLOB_TILDE flag when using glob(3). The reasons for its
	removal are:
	
	* GLOB_TILDE is not POSIX.
	* Supporting '~' in front of the path to the executable modules
	  is questionably useful. E.g., typically the path to the executables
	  should be relative to the XORP top-level directory.

Revision  Changes                              Path
1.62      +2 -2;  commitid: 4f1e444ef83e7ea6;  xorp/rtrmgr/module_manager.cc