From owner-freebsd-libh Thu Jan 31 11:38:31 2002 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 012DD37B417 for ; Thu, 31 Jan 2002 11:38:29 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g0VJcSY49631 for libh@FreeBSD.org; Thu, 31 Jan 2002 13:38:28 -0600 (CST) (envelope-from antoine) Message-Id: <200201311938.g0VJcSY49631@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 31 Jan 2002 13:38:28 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/include/sysinstall Database.hh libh/lib/sysinstall Database.cc Database.cd.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/01/31 13:38:28 CST Modified files: include/sysinstall Database.hh lib/sysinstall Database.cc Database.cd.cc Log: Implement auto database creation in Database TCL command This modifies the Database::open() command to add a flag which toggle database creation. Database::create(string) is now deprecated since open() has the same functionality. This commit doesn't remove it though. Revision Changes Path 1.6 +2 -2 libh/include/sysinstall/Database.hh 1.5 +11 -6 libh/lib/sysinstall/Database.cc 1.8 +9 -2 libh/lib/sysinstall/Database.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message