[osolvpc~source:2] ensure /usr/gnu/bin is in PATH and before /usr/bin
- From: gbrunett@kenai.com
- To: commits@osolvpc.kenai.com
- Subject: [osolvpc~source:2] ensure /usr/gnu/bin is in PATH and before /usr/bin
- Date: Wed, 2 Dec 2009 14:54:22 +0000
Project: osolvpc
Repository: source
Revision: 2
Author: gbrunett
Date: 2009-12-02 14:52:17 UTC
Link:
Log Message:
------------
ensure /usr/gnu/bin is in PATH and before /usr/bin
Revisions:
----------
2
Modified Paths:
---------------
etc/osol-vpc-tk.conf
Diffs:
------
diff -r f0d2adb7ed2f -r b8824075d933 etc/osol-vpc-tk.conf
--- a/etc/osol-vpc-tk.conf Tue Dec 01 15:24:04 2009 -0500
+++ b/etc/osol-vpc-tk.conf Wed Dec 02 09:52:17 2009 -0500
@@ -27,7 +27,7 @@
# DEFINE PATH
#
=============================================================================
-export PATH=${VPC_TK_HOME}/bin:${VPC_TK_HOME}/lib/cmds:${PATH}
+export PATH=${VPC_TK_HOME}/bin:${VPC_TK_HOME}/lib/cmds:/usr/gnu/bin:${PATH}
#
=============================================================================
# FRAMEWORK VARIABLES
|
[osolvpc~source:2] ensure /usr/gnu/bin is in PATH and before /usr/bin |
gbrunett | 12/02/2009 |





