Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2402 - (show annotations) (download)
Fri Aug 28 11:01:50 2015 UTC (8 years, 8 months ago) by niro
File size: 866 byte(s)
-reworked storefront subscription behacior
1 # citrix module configuration file
2
3 # systemwide icaroot
4 SYSTEM_ICAROOT="@@SYSTEM_ICAROOT@@"
5
6 # 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 # exclude these sessions from pnabrowse -A
16 PNABROWSE_SESSION_EXCLUDE="@@PNABROWSE_SESSION_EXCLUDE@@"
17
18 # storebrowse executable location
19 STOREBROWSE_EXECUTABLE="@@STOREBROWSE_EXECUTABLE@@"
20
21 # storefront store which is used to query things
22 DEFAULT_STOREFRONT_STORE="@@DEFAULT_STOREFRONT_STORE@@"
23
24 # always an add store required?
25 STOREFRONT_ADDSTORE_REQUIRED="@@STOREFRONT_ADDSTORE_REQUIRED@@"
26
27 # app subscription required?
28 STOREFRONT_SUBSCRIBE_APP="@@STOREFRONT_SUBSCRIBE_APP@@"