Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/src/modules/citrix/citrix.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2352 - (hide annotations) (download)
Mon Aug 24 11:03:25 2015 UTC (8 years, 9 months ago) by niro
File size: 668 byte(s)
-added initial storefront support
1 niro 2259 # citrix module configuration file
2    
3 niro 2352 # systemwide icaroot
4     SYSTEM_ICAROOT="@@SYSTEM_ICAROOT@@"
5    
6 niro 2259 # pnabrowse executable location
7     PNABROWSE_EXECUTABLE="@@PNABROWSE_EXECUTABLE@@"
8    
9     # citrix server which is use by pnabrowse to query things
10     PNABROWSE_CITRIX_BROWSER="@@PNABROWSE_CITRIX_BROWSER@@"
11    
12     # exclude these servers from pnabrowse -S
13     PNABROWSE_SERVER_EXCLUDE="@@PNABROWSE_SERVER_EXCLUDE@@"
14    
15 niro 2260 # exclude these sessions from pnabrowse -A
16 niro 2259 PNABROWSE_SESSION_EXCLUDE="@@PNABROWSE_SESSION_EXCLUDE@@"
17 niro 2352
18     # storebrowse executable location
19     STOREBROWSE_EXECUTABLE="@@STOREBROWSE_EXECUTABLE@@"
20    
21     # storefront store which is used to query things
22     STOREFRONT_STORE="@@STOREFRONT_STORE@@"
23