summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-06 04:19:45 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-06 04:19:45 +0000
commite8b218fd01c6fb76d07522c1b12947ec64bd3877 (patch)
treec394a96e77ad8274d61e0d937af835d71393a93b
parent6bbd302a4024e25030b3835bc7fe435e48b3f1a9 (diff)
Disabled setup.pl for now.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@31 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--TODO6
-rwxr-xr-xsetup.pl3
2 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index dce60ed6..9b994b2d 100644
--- a/TODO
+++ b/TODO
@@ -13,15 +13,15 @@ Near immediate items (release-delaying?). * indicates completed.
add authentication abstraction, this problem can be permanently
solved in a modular fashion.
- * finish removing references to sql-ledger
-- write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
+- *write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
Database script is done. Just untar over the top?
If so, then this is done.
- *write press release
- *write SL List announcement
- *CONTRIBUTORS/AUTHORS file.
- *Delete setup.pl file for released versions. (not in SVN). (via the SL2LS.pl)
-- Run final tests on applications
- - crossgrade script-- missing SL directory unlink logic.
+- *Run final tests on applications
+ - *crossgrade script-- missing SL directory unlink logic.
- *templates
- *db upgrade
- *Fix printing bug with LaTeX templates. Error:
diff --git a/setup.pl b/setup.pl
index 1c15e2f9..2f8cb207 100755
--- a/setup.pl
+++ b/setup.pl
@@ -8,6 +8,9 @@
#
#######################################################################
+print "This script should not be used with LedgerSMB in this release.\n\n";
+exit;
+
$| = 1;
if ($ENV{HTTP_USER_AGENT}) {