Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79475
Collapse All | Expand All

(-)varkon_1.18A/com/english/varkon (-5 / +5 lines)
Lines 27-33 Link Here
27
# versions of VARKON to persist in a common place.
27
# versions of VARKON to persist in a common place.
28
# All users need write access to this directory
28
# All users need write access to this directory
29
29
30
VARKON_PID=$VARKON_ROOT/pid
30
VARKON_PID=$HOME/varkon/pid
31
export VARKON_PID
31
export VARKON_PID
32
32
33
# Errormessages   (*.ERM)
33
# Errormessages   (*.ERM)
Lines 37-43 Link Here
37
37
38
# The VARKON documentation (*.htm)
38
# The VARKON documentation (*.htm)
39
39
40
VARKON_DOC=$VARKON_ROOT/man
40
VARKON_DOC=/usr/share/doc/varkon-1.18a/
41
export VARKON_DOC
41
export VARKON_DOC
42
42
43
# System module library   (*.MBO)
43
# System module library   (*.MBO)
Lines 52-58 Link Here
52
# so you may set it up differently for different users.
52
# so you may set it up differently for different users.
53
# All users need write access to this directory
53
# All users need write access to this directory
54
54
55
VARKON_TMP=$VARKON_ROOT/tmp
55
VARKON_TMP=/tmp
56
export VARKON_TMP
56
export VARKON_TMP
57
57
58
# Fonts for graphical text
58
# Fonts for graphical text
Lines 66-72 Link Here
66
# configuration when installing a new version of VARKON.
66
# configuration when installing a new version of VARKON.
67
# All users need write access to this directory
67
# All users need write access to this directory
68
68
69
VARKON_PLT=$VARKON_ROOT/cnf/plt
69
VARKON_PLT=$HOME/varkon/cnf/plt
70
export VARKON_PLT
70
export VARKON_PLT
71
71
72
# Icon bitmaps for buttons
72
# Icon bitmaps for buttons
Lines 91-97 Link Here
91
# not interfere with old jobs.
91
# not interfere with old jobs.
92
# All users need write access to this directory
92
# All users need write access to this directory
93
93
94
VARKON_PRD=$VARKON_ROOT/app
94
VARKON_PRD=$HOME/varkon/app
95
export VARKON_PRD
95
export VARKON_PRD
96
96
97
# PATH for executables (xvarkon, mbsc, plotterdrivers)
97
# PATH for executables (xvarkon, mbsc, plotterdrivers)

Return to bug 79475