aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-04-29 19:54:33 +0000
committerRob Austein <sra@hactrn.net>2008-04-29 19:54:33 +0000
commit245dba96f918cd17873029a6209479b4ec03f75e (patch)
tree9b7ce1926160f8d68fc8febf5aab463fbd3aa3d7 /rpkid/testbed.py
parent62182b421f39a94f7a6222d6d8ac60b1270edcbc (diff)
Clean up old silliness of having the .sql files in the docs/ directory.
svn path=/docs/Makefile; revision=1721
Diffstat (limited to 'rpkid/testbed.py')
-rw-r--r--rpkid/testbed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py
index 40fa1455..e18bb1af 100644
--- a/rpkid/testbed.py
+++ b/rpkid/testbed.py
@@ -108,8 +108,8 @@ prog_rcynic = cfg.get("prog_rcynic", "../../rcynic/rcynic")
rcynic_stats = cfg.get("rcynic_stats", "xsltproc --param refresh 0 ../../rcynic/rcynic.xsl %s.xml | w3m -T text/html -dump" % rcynic_name)
-rpki_sql_file = cfg.get("rpki_sql_file", "../docs/rpki-db-schema.sql")
-irdb_sql_file = cfg.get("irdb_sql_file", "../docs/sample-irdb.sql")
+rpki_sql_file = cfg.get("rpki_sql_file", "rpki-db-schema.sql")
+irdb_sql_file = cfg.get("irdb_sql_file", "sample-irdb.sql")
startup_delay = int(cfg.get("startup_delay", "10"))