Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2402 - (hide annotations) (download)
Fri Aug 28 11:01:50 2015 UTC (8 years, 9 months ago) by niro
File size: 866 byte(s)
-reworked storefront subscription behacior
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 niro 2391 DEFAULT_STOREFRONT_STORE="@@DEFAULT_STOREFRONT_STORE@@"
23 niro 2352
24 niro 2402 # always an add store required?
25     STOREFRONT_ADDSTORE_REQUIRED="@@STOREFRONT_ADDSTORE_REQUIRED@@"
26    
27     # app subscription required?
28     STOREFRONT_SUBSCRIBE_APP="@@STOREFRONT_SUBSCRIBE_APP@@"