IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13854


Ignore:
Timestamp:
Jun 15, 2007, 4:23:39 PM (19 years ago)
Author:
eugene
Message:

do not use HOME in distributed version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ipprc.config.in

    r13815 r13854  
    11### Example .ipprc file
    22
    3 # Default search path for configuration files
    4 PATH            STR     @pkgdatadir@:$HOME/.ipp:.
     3# Default search path for configuration files (add $HOME if desired)
     4# PATH            STR     @pkgdatadir@:$HOME/.ipp:.
     5PATH            STR     @pkgdatadir@:.
     6# note: do not include $HOME in the distributed copy used by ippMonitor
    57
    68# place your data directories here and refer to as path://PATH/remainder
    79DATAPATH        METADATA
    810        ALALA   STR     /data/alala.0/
    9         ESSENCE STR     /data/sn7/ipp/
    10         SIMTEST STR     /path/to/simtest/
     11        ISP     STR     /data/ipp000.0/isp
     12        ISP_V2  STR     /data/ipp000.0/isp_v2
     13        ISP_V3  STR     /data/ipp000.0/isp_v3
     14        ISP_TEST STR    /data/ipp000.0/isp_test
     15        EAMTEST STR     /data/alala.0/eugene/simtest
     16        CFH12K  STR     /data/ipp003.0/eugene/cfh12k
     17        DATA1   STR     /data/alala.0/
     18        SRESS1  STR     /data/ipp003.0/SM_W/sm030927/
     19        SRESSWORK STR   /data/ipp003.0/rodney/sresswork
     20        SIMTEST STR     /data/po05.0/rodney/sim/
     21        SIMWORK STR     /data/po05.0/rodney/simwork/
    1122END
    1223
Note: See TracChangeset for help on using the changeset viewer.