From 77df33bca3dc1bc30c354661bc950bd3f6c27b13 Mon Sep 17 00:00:00 2001 From: linuxpoet Date: Thu, 15 Mar 2007 04:19:31 +0000 Subject: 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 --- LedgerSMB/Sysconfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB/Sysconfig.pm') 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 -- cgit v1.2.3