diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-06 04:19:45 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-06 04:19:45 +0000 |
commit | e8b218fd01c6fb76d07522c1b12947ec64bd3877 (patch) | |
tree | c394a96e77ad8274d61e0d937af835d71393a93b | |
parent | 6bbd302a4024e25030b3835bc7fe435e48b3f1a9 (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-- | TODO | 6 | ||||
-rwxr-xr-x | setup.pl | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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: @@ -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}) { |