Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2af9def

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID f2af9def6777d0192a83c8a86f1332569c742051
  • Vorgänger 2b82ec61
  • Nachfolger 2b339152

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

Unterschiede anzeigen:

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