summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-09 21:02:04 +0000
committerlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-09 21:02:04 +0000
commitd79750581e91b6627d034dc70b7d5bf2946864f2 (patch)
treec6e28c89aab142233081d8e0b092d4a179dfd08a
parente7b8f44e16adb3fa274c81889f17ba098f350d81 (diff)
Removed Oracle and DB2 support from ledger-smb.conf, also added note in TODO
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@51 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--TODO3
-rw-r--r--ledger-smb.conf4
-rw-r--r--ledger-smb.conf.default4
3 files changed, 1 insertions, 10 deletions
diff --git a/TODO b/TODO
index 84671d3a..0fb19c88 100644
--- a/TODO
+++ b/TODO
@@ -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;