aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-04-23 05:10:32 +0000
committerRob Austein <sra@hactrn.net>2016-04-23 05:10:32 +0000
commit772ff8e5a51b11d424b453990c6c9a0a4c03d31c (patch)
tree062e7641fc233da89c42cd894cd635abceca31f0 /setup.py
parent40c34bb6427f634ee4c9fc4fe7539d7f993abc19 (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10275ba9..c655dbc8 100644
--- a/setup.py
+++ b/setup.py
@@ -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",