diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 04:19:31 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-15 04:19:31 +0000 |
commit | 77df33bca3dc1bc30c354661bc950bd3f6c27b13 (patch) | |
tree | 8ff64c3263e7e19fe4a66955f833244125edbbea /LedgerSMB | |
parent | fa02f0b468381a011af23cf9dc95ae014f4f896a (diff) |
Mostly named changes to be more consistent with the project but also removed ledger-smb.conf.default as it appears replaced by LedgerSMB::Sysconfig (if I am wrong I apologize).
Also editing Sysconfig.pm and install.sh (does this need to be removed?) to address new conf files.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@906 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/Sysconfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 14bdfa2f..a26b3cbc 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -67,7 +67,7 @@ $localepath = 'locale/po'; ); my %config; -read_config('ledger-smb.conf' => %config) or die; +read_config('ledgersmb.conf' => %config) or die; $logging = $config{''}{logging} if $config{''}{logging}; $check_max_invoices = $config{''}{check_max_invoices} if |