Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2391 - (show annotations) (download)
Thu Aug 27 07:38:22 2015 UTC (8 years, 9 months ago) by niro
File size: 684 byte(s)
--added basic getopts to clarify and ease things, fixed broken config include and resulting missing variables and renamed STOREFRONT_STORE to DEFAULT_STOREFRONT_STORE in citrix.conf
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