diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-29 05:29:56 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-29 05:29:56 +0000 |
commit | d13b92a847ec9e97e3fce81a755fe7a4f21082c5 (patch) | |
tree | 11ded23d264c64f01adc51a69b030024cfe3f8ff | |
parent | 25fa6cce726b49c32029d698924c472ace81073e (diff) |
Update provided config to new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@375 4979c152-3d1c-0410-bac9-87ea11338e46
-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 |