From 03db5fcadee81bd5ce66665f18b611e106783c27 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 15 Mar 2007 21:41:10 +0000 Subject: * largish overhaul, changed ConfigDB to be object-oriented (could be improved, though!) * slxos-setup, slxos-export, slxconfig and slxconfig-demuxer can now be run one after the other in order to get a complete setup * still problems when trying to boot that system here, need to investigate... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@774 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/MetaDB/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db/OpenSLX/MetaDB/SQLite.pm') diff --git a/config-db/OpenSLX/MetaDB/SQLite.pm b/config-db/OpenSLX/MetaDB/SQLite.pm index 059467d8..d7d0a2b6 100644 --- a/config-db/OpenSLX/MetaDB/SQLite.pm +++ b/config-db/OpenSLX/MetaDB/SQLite.pm @@ -35,7 +35,7 @@ sub new return bless $self, $class; } -sub connectConfigDB +sub connect { my $self = shift; -- cgit v1.2.3-55-g7522