summaryrefslogtreecommitdiff
path: root/ledger-smb.conf
blob: 995e92fc43375a54b23e2a5ea7baa4a0a6f2f181 (plain)
  1. use vars qw($userspath $spool $memberfile $templates $sendmail $language $sid $latex %printer $gzip $GLOBALDBH);
  2. # available printers
  3. %printer = ( Laser => 'lpr -Plaser',
  4. Epson => 'lpr -PEpson',
  5. );
  6. # if the server can't find gzip, latex, dvips or pdflatex, add the path
  7. $ENV{PATH} .= ":/usr/local/bin:/usr/local/pgsql/bin";
  8. # on mac os X using Fink's Perl libs, add the path
  9. #$ENV{PERL5LIB} .= ":/sw/lib/perl5";
  10. 1;