Index: /trunk/psModules/.cvsignore
===================================================================
--- /trunk/psModules/.cvsignore	(revision 10500)
+++ /trunk/psModules/.cvsignore	(revision 10501)
@@ -27,2 +27,3 @@
 compile
 ChangeLog
+psmodules-*.tar.*
Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 10500)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 10501)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-06 03:06:02 $
+ *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-06 20:25:12 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -886,4 +886,5 @@
     // substitute neb://name with matched nebulous name
 
+    #if 0
     // if we still have a relative path, prepend WORKDIR:
     if (newName[0] != '/') {
@@ -893,4 +894,5 @@
         }
     }
+    #endif
 
     return newName;
