From 7c26e04d89406d7af06d2ad2c951d9d50a797cf0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 20 Jan 2011 19:59:13 +0000 Subject: Generate Python executables during compilation rather than from ./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620 --- rpkid/sql-setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/sql-setup.py') diff --git a/rpkid/sql-setup.py b/rpkid/sql-setup.py index 2074de03..360b76a9 100644 --- a/rpkid/sql-setup.py +++ b/rpkid/sql-setup.py @@ -1,6 +1,6 @@ """ Automated setup of all the pesky SQL stuff we need. Prompts for MySQL -root password, pulls other information from myrpki.conf. +root password, pulls other information from rpki.conf. $Id$ @@ -80,7 +80,7 @@ def sql_setup(name): db.commit() db.close() -cfg_file = "myrpki.conf" +cfg_file = None verbose = False -- cgit v1.2.3