aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/pubd.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/pubd.py')
-rw-r--r--rpkid/rpki/pubd.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/rpkid/rpki/pubd.py b/rpkid/rpki/pubd.py
index c842b6c6..0fd4b713 100644
--- a/rpkid/rpki/pubd.py
+++ b/rpkid/rpki/pubd.py
@@ -5,8 +5,6 @@ Usage: python pubd.py [ { -c | --config } configfile ]
[ { -h | --help } ]
[ { -p | --profile } outputfile ]
-Default configuration file is pubd.conf, override with --config option.
-
$Id$
Copyright (C) 2009--2010 Internet Systems Consortium ("ISC")
@@ -53,7 +51,7 @@ class main(object):
os.environ["TZ"] = "UTC"
time.tzset()
- self.cfg_file = "pubd.conf"
+ self.cfg_file = None
self.profile = False
opts, argv = getopt.getopt(sys.argv[1:], "c:dhp:?", ["config=", "debug", "help"])