[Xorp-cvs] SF.net SVN: xorp:[11681] trunk/xorp/rtrmgr/util.cc

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Fri Dec 4 09:15:57 PST 2009


Revision: 11681
          http://xorp.svn.sourceforge.net/xorp/?rev=11681&view=rev
Author:   bms_fbsd
Date:     2009-12-04 17:15:52 +0000 (Fri, 04 Dec 2009)

Log Message:
-----------
Ensure that the xorp_command_dir() is searched for when
evaluating paths to operational commands in the xorpsh.

Modified Paths:
--------------
    trunk/xorp/rtrmgr/util.cc

Modified: trunk/xorp/rtrmgr/util.cc
===================================================================
--- trunk/xorp/rtrmgr/util.cc	2009-12-04 17:14:59 UTC (rev 11680)
+++ trunk/xorp/rtrmgr/util.cc	2009-12-04 17:15:52 UTC (rev 11681)
@@ -261,6 +261,7 @@
     string xorp_root_dir = xorp_binary_root_dir();
 
     list<string> path;
+    path.push_back(xorp_command_dir());		// XXX FHS
     path.push_back(xorp_root_dir);
 
     // Expand path


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list