summaryrefslogtreecommitdiff
path: root/ledger-smb.conf
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-29 05:29:56 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-29 05:29:56 +0000
commitd13b92a847ec9e97e3fce81a755fe7a4f21082c5 (patch)
tree11ded23d264c64f01adc51a69b030024cfe3f8ff /ledger-smb.conf
parent25fa6cce726b49c32029d698924c472ace81073e (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
Diffstat (limited to 'ledger-smb.conf')
-rw-r--r--ledger-smb.conf12
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