aboutsummaryrefslogtreecommitdiff
path: root/rp/rcynic/rcynic-cron
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-05-01 02:49:04 +0000
committerRob Austein <sra@hactrn.net>2014-05-01 02:49:04 +0000
commitff2f76252da417c75fced7630c1a7a9f0fe63626 (patch)
treef1d3c498732d87de3efb8b1e8b5f9081863a8390 /rp/rcynic/rcynic-cron
parent5e40749b8591f241f482afadb295cf66a20c8d04 (diff)
Switch to refactored rpki-rtr implementation.
svn path=/trunk/; revision=5818
Diffstat (limited to 'rp/rcynic/rcynic-cron')
-rwxr-xr-xrp/rcynic/rcynic-cron6
1 files changed, 3 insertions, 3 deletions
diff --git a/rp/rcynic/rcynic-cron b/rp/rcynic/rcynic-cron
index dc26e9a0..d56d706f 100755
--- a/rp/rcynic/rcynic-cron
+++ b/rp/rcynic/rcynic-cron
@@ -19,7 +19,7 @@
# PERFORMANCE OF THIS SOFTWARE.
"""
-Cron job for rcynic and rtr-origin in stock configuration.
+Cron job for rcynic and rpki-rtr in stock configuration.
Locking code here works like FreeBSD's lockf(1) utility given -k and
-t 0 options, which is both the sanest and simplest combination for
@@ -95,8 +95,8 @@ if args.chroot:
else:
run(os.path.join(rpki.autoconf.bindir, "rcynic"), "-c", os.path.join(rpki.autoconf.sysconfdir, "rcynic.conf"))
-run(os.path.join(rpki.autoconf.bindir, "rtr-origin"),
- "--cronjob",
+run(os.path.join(rpki.autoconf.bindir, "rpki-rtr"),
+ "cronjob",
os.path.join(rpki.autoconf.RCYNIC_DIR, "data/authenticated"),
cwd = os.path.join(rpki.autoconf.RCYNIC_DIR, "rpki-rtr"))