aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-01-31 21:56:29 +0000
committerRob Austein <sra@hactrn.net>2013-01-31 21:56:29 +0000
commit4d0fed473ded20a855bc68e552b9b912ce9c09c2 (patch)
tree0d2aa4bd2841ece8bf1e4d51aa567f70774d0e0e /configure.ac
parent1dfcb1fc0ae6e9367868c3dab8d38c1bd091dcaf (diff)
Checkpoint
svn path=/branches/tk377/; revision=4995
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 558e8a8a..4ae1d4e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,6 +252,7 @@ case $enable_rcynic_jail in
use_rcynic_jail=yes
RCYNIC_CONF_FILE='${RCYNIC_DIR}/etc/rcynic.conf'
RCYNIC_TA_DIR='${RCYNIC_DIR}/etc/trust-anchors'
+ RCYNIC_BIN_RCYNIC='${RCYNIC_DIR}/bin/rcynic'
RCYNIC_CONF_RSYNC='/bin/rsync'
RCYNIC_CONF_DATA='/data'
RCYNIC_CONF_TA_DIR='/etc/trust-anchors'
@@ -265,6 +266,7 @@ case $enable_rcynic_jail in
use_rcynic_jail=no
RCYNIC_CONF_FILE='${DESTDIR}${sysconfdir}/rcynic.conf'
RCYNIC_TA_DIR='${DESTDIR}${sysconfdir}/rpki/trust-anchors'
+ RCYNIC_BIN_RCYNIC='${bindir}/rcynic'
RCYNIC_CONF_RSYNC="${RSYNC}"
RCYNIC_CONF_DATA='${RCYNIC_DIR}/data'
RCYNIC_CONF_TA_DIR="${RCYNIC_TA_DIR}"