From d679e9082662c9d5991eda0e8db0de46a4539cdc Mon Sep 17 00:00:00 2001 From: tetragon Date: Tue, 20 Mar 2007 03:07:30 +0000 Subject: Renaming ledger-smb.conf to ledgersmb.conf git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@952 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Sysconfig.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LedgerSMB') diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 1634bfcc..7bcff26d 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -1,6 +1,6 @@ # This is the new configuration file for LedgerSMB. Eventually all system # configuration directives will go here, This will probably not fully replace -# the ledger-smb.conf until 1.3, however. +# the ledgersmb.conf until 1.3, however. package LedgerSMB::Sysconfig; @@ -62,7 +62,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