diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | ledger-smb.conf | 4 | ||||
-rw-r--r-- | ledger-smb.conf.default | 4 |
3 files changed, 1 insertions, 10 deletions
@@ -18,8 +18,7 @@ Higher priorities - Prevent printing without posting. - Add last cost field to laber/overhead creation screen. - drop Oracle support? - Oracle support is already largely abandoned. Not sure if we should - drop the code though... Chris Travers + Removed all of the Oracle sql. Removed some Oracle code from perl. Joshua Drake - %code cleanup (move to established coding standards, not structural yet) In Progress - %xhtml compliant code diff --git a/ledger-smb.conf b/ledger-smb.conf index dd415a71..86f909d9 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -39,10 +39,6 @@ $ENV{PATH} .= ":/usr/local/bin"; # on mac os X using Fink's Perl libs, add the path #$ENV{PERL5LIB} .= ":/sw/lib/perl5"; -# DB2, Default dataset is expected to be LEDGER -#$ENV{DB2INSTANCE} = "db2inst1"; -#$ENV{DB2_HOME} = "/opt/IBM/db2/V8.1/"; - 1; diff --git a/ledger-smb.conf.default b/ledger-smb.conf.default index cd16e308..f5c77bdd 100644 --- a/ledger-smb.conf.default +++ b/ledger-smb.conf.default @@ -18,10 +18,6 @@ $sendmail = "| /usr/sbin/sendmail -t"; # set language for login and admin $language = ""; -# Oracle -#$sid = "T80509"; -#$ENV{"ORACLE_HOME"} = "/usr/local/oracle"; - # if you have latex installed set to 1 $latex = 1; |