/etc/xvpn.par is in alliance 5.1.1-1.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | # /*------------------------------------------------------------\
# | |
# | Title : Parameters File for Xvpn |
# | |
# | Date : 01.01.95 |
# | |
# \------------------------------------------------------------*/
# /*------------------------------------------------------------\
# | |
# | Unit |
# | |
# \------------------------------------------------------------*/
DEFINE XVPN_UNIT 32
# /*------------------------------------------------------------\
# | |
# | Lower Grid Step in pixel by unit |
# | |
# \------------------------------------------------------------*/
DEFINE XVPN_LOWER_GRID_STEP 50
# /*------------------------------------------------------------\
# | |
# | Xvpn Cursor Color Name |
# | |
# \------------------------------------------------------------*/
DEFINE XVPN_CURSOR_COLOR_NAME Black
DEFINE XVPN_BACKGROUND_COLOR_NAME Black
DEFINE XVPN_FOREGROUND_COLOR_NAME White
DEFINE XVPN_ACCEPT_COLOR_NAME magenta
DEFINE XVPN_CONNECT_COLOR_NAME pink
# /*------------------------------------------------------------\
# | |
# | Xvpn Cursor Size in pixel |
# | |
# \------------------------------------------------------------*/
DEFINE XVPN_CURSOR_SIZE 10
# /*------------------------------------------------------------\
# | |
# | Xvpn Layer Color |
# | |
# \------------------------------------------------------------*/
TABLE XVPN_LAYER_NAME
0 Process Cyan Black
1 Function sky_blue Black
2 Wait pink Black
3 Assign lawn_green Black
4 Guard red Black
5 Asg-Guard yellow Black
6 Token magenta Black
7 Unused_7 gray Black
8 Unused_8 gray Black
9 Unused_9 gray Black
END
|