From e8b218fd01c6fb76d07522c1b12947ec64bd3877 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 6 Sep 2006 04:19:45 +0000 Subject: Disabled setup.pl for now. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@31 4979c152-3d1c-0410-bac9-87ea11338e46 --- TODO | 6 +++--- setup.pl | 3 +++ 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}) { -- cgit v1.2.3