Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2352 - (show annotations) (download)
Mon Aug 24 11:03:25 2015 UTC (8 years, 8 months ago) by niro
File size: 668 byte(s)
-added initial storefront support
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 STOREFRONT_STORE="@@STOREFRONT_STORE@@"
23