From 772ff8e5a51b11d424b453990c6c9a0a4c03d31c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 23 Apr 2016 05:10:32 +0000 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.3