aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-09-16 18:29:46 +0000
committerRob Austein <sra@hactrn.net>2014-09-16 18:29:46 +0000
commit180a9c09f9705283e11caa2df408e6b2353f3b9d (patch)
treea0861ddd006017e9f4fe754bd1abefa36a9a73cb /rpki/pubd.py
parentc02686daf6dcc4175f119adc5d19261f577b2856 (diff)
parent7c2fb9ca36f120369797072e534041daae6cd8f9 (diff)
Merge changes from branches/tk713 into branches/tk705. See #705, #713.
svn path=/branches/tk705/; revision=5956
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r--rpki/pubd.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py
index 3c6e3130..fe7987d1 100644
--- a/rpki/pubd.py
+++ b/rpki/pubd.py
@@ -93,8 +93,6 @@ class main(object):
self.irbe_cms_timestamp = None
parser = argparse.ArgumentParser(description = __doc__)
- parser.add_argument("-c", "--config",
- help = "override default location of configuration file")
parser.add_argument("-f", "--foreground", action = "store_true",
help = "do not daemonize")
parser.add_argument("--pidfile",
@@ -108,7 +106,7 @@ class main(object):
rpki.log.init("pubd", args)
- self.cfg = rpki.config.parser(args.config, "pubd")
+ self.cfg = rpki.config.parser(section = "pubd")
self.cfg.set_global_flags()
if not args.foreground: