Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
config/lx_office.conf.default | ||
---|---|---|
8 | 8 |
# Path to the old memberfile (ignored on new installations) |
9 | 9 |
memberfile = users/members |
10 | 10 |
|
11 |
[applications] |
|
12 |
# Location of sendmail |
|
13 |
sendmail = /usr/sbin/sendmail -t<%if myconfig_email%> -f <%myconfig_email%><%end%> |
|
14 |
# Location of OpenOffice.org writer |
|
15 |
openofficeorg_writer = oowriter |
|
16 |
# Location of the X virtual frame buffer used for OpenOffice |
|
17 |
xvfb = Xvfb |
|
18 |
# Location of the html2ps binary |
|
19 |
html2ps = html2ps |
|
20 |
# Location of the Ghostscript binary |
|
21 |
ghostscript = gs |
|
22 |
# Location of the pdflatex (or compatible, e.g. xetex) binary |
|
23 |
latex = pdflatex |
|
24 |
# Location of the two executables "pg_dump" and "pg_restore" used for |
|
25 |
# database backup and restoration from the admin section. If |
|
26 |
# "pg_dump" or "pg_restore" is set to "DISABLED" then the |
|
27 |
# corresponding option (backup/restoration) will be hidden from the |
|
28 |
# admin section. |
|
29 |
pg_dump = pg_dump |
|
30 |
pg_restore = pg_restore |
|
31 |
|
|
11 | 32 |
[environment] |
12 | 33 |
# Add the following paths to the PATH environment variable. |
13 | 34 |
path = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin |
Auch abrufbar als: Unified diff
Globale Variablen nach %::lx_office_conf verschoben
Betroffen sind:
$sendmail
$openofficeorg_writer_bin
$xvfb_bin
$html2ps_bin
$ghostscript_bin
$latex_bin
$pg_dump_exe
$pg_restore_exe