Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
42 | 42 |
|
43 | 43 |
package main; |
44 | 44 |
|
45 |
{ no warnings 'once'; |
|
46 |
$::sendmail = "| /usr/sbin/sendmail -t"; |
|
47 |
} |
|
48 |
|
|
49 | 45 |
eval { require "config/lx-erp.conf"; 1; } or die $EVAL_ERROR; |
50 | 46 |
eval { require "config/lx-erp-local.conf"; 1; } or die $EVAL_ERROR if -f "config/lx-erp-local.conf"; |
51 | 47 |
|
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