diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-28 05:41:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-28 05:41:21 +0000 |
commit | b65cbeb7d8318ccdcf43d9fbc19beb52951cec5f (patch) | |
tree | 74eb04913a5e72bb864b3758c514222ab60c1061 /rpkid/pubd.py | |
parent | b6ad371acbe0ad707adf6542d82e8562919bf8eb (diff) |
Checkpoint
svn path=/rpkid/pubd.py; revision=1826
Diffstat (limited to 'rpkid/pubd.py')
-rwxr-xr-x | rpkid/pubd.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/pubd.py b/rpkid/pubd.py index f6a9a204..49b5a33c 100755 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -109,10 +109,6 @@ if argv: cfg = rpki.config.parser(cfg_file, "pubd") -startup_msg = cfg.get("startup-message", "") -if startup_msg: - rpki.log.info(startup_msg) - pctx = pubd_context(cfg) rpki.https.server(host = pctx.https_server_host, |