Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv21393/src
Modified Files:
amorph.txt
Log Message:
clarify module search path
Index: amorph.txt
===================================================================
RCS file: /cvsroot/srvx/services/src/amorph.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** amorph.txt 2001/10/12 04:03:51 1.1
--- amorph.txt 2001/10/14 19:46:14 1.2
***************
*** 58,62 ****
The search path order for loading modules is this:
File named by "modules/${modname}/path"
! File in module directory (default value: ${libdir}/srvx) with module's name
System library load path (i.e. no prefix to library argument)
--- 58,62 ----
The search path order for loading modules is this:
File named by "modules/${modname}/path"
! File in module directory (default value: ${pkglibdir}) with module's name
System library load path (i.e. no prefix to library argument)
|