diff options
-rw-r--r-- | ledger-smb.conf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ledger-smb.conf b/ledger-smb.conf index 952d8588..737dc901 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -1,10 +1,8 @@ -package LedgerSMB::Sysconfig; -# if the server can't find gzip, latex, dvips or pdflatex, add the path -$ENV{PATH} .= ":/usr/local/bin:/usr/local/pgsql/bin"; +[environment] +# if the server can't find gzip, latex, dvips or pdflatex, append the path +PATH: /usr/local/bin +PATH: /usr/local/pgsql/bin # on mac os X using Fink's Perl libs, add the path -#$ENV{PERL5LIB} .= ":/sw/lib/perl5"; - - -1; +#PERL5LIB: /sw/lib/perl5 |