diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-23 05:10:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-23 05:10:32 +0000 |
commit | 772ff8e5a51b11d424b453990c6c9a0a4c03d31c (patch) | |
tree | 062e7641fc233da89c42cd894cd635abceca31f0 /setup.py | |
parent | 40c34bb6427f634ee4c9fc4fe7539d7f993abc19 (diff) |
Switch CA daemons to run under rpki-nanny.
This is a transitional version of rpki-nanny: in the long run, the
daemons it runs should take care of reading their own log
configuration from rpki.conf, but that's a yak for another day.
svn path=/branches/tk705/; revision=6366
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,6 @@ if autoconf.CA_TARGET == "ca": scripts += [(autoconf.sbindir, ["ca/rpkic", - "ca/rpki-start-servers", "ca/rpkigui-query-routes", "ca/irbe_cli"]), (autoconf.libexecdir, @@ -126,6 +125,7 @@ if autoconf.CA_TARGET == "ca": "ca/pubd", "ca/rootd", "ca/rpkid", + "ca/rpki-nanny", "ca/rpkigui-import-routes", "ca/rpkigui-check-expired", "ca/rpkigui-rcynic", |