diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-03 16:25:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-03 16:25:18 +0000 |
commit | 7e8367e955bfd3a5efb7dcc32ea600f21a1067b3 (patch) | |
tree | 8e9a06861a8af5ebcfea14de89338edc1cb60b38 /configure | |
parent | 6bac4bd66d632bdc0973ce6bcea4f95a75078b94 (diff) |
Doh, don't put in generated rcynic.conf.
svn path=/branches/tk377/; revision=5018
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -4546,11 +4546,13 @@ esac if test "X$RCYNIC_DIR" = "X" then - RCYNIC_DIR='${DESTDIR}/var/rcynic' + rcynic_base_dir='/var/rcynic' else - RCYNIC_DIR='${DESTDIR}'"${RCYNIC_DIR}" + rcynic_base_dir="${RCYNIC_DIR}" fi +RCYNIC_DIR='${DESTDIR}'"${rcynic_base_dir}" + # Figure out whether to run rcynic in a chroot jail, which determines # a bunch of other settings. @@ -4579,8 +4581,8 @@ case $enable_rcynic_jail in RCYNIC_TA_DIR='${DESTDIR}${sysconfdir}/rpki/trust-anchors' RCYNIC_BIN_RCYNIC='${DESTDIR}${bindir}/rcynic' RCYNIC_CONF_RSYNC="${RSYNC}" - RCYNIC_CONF_DATA='${RCYNIC_DIR}/data' - RCYNIC_CONF_TA_DIR="${RCYNIC_TA_DIR}" + RCYNIC_CONF_DATA="${rcynic_base_dir}/data" + RCYNIC_CONF_TA_DIR='${sysconfdir}/rpki/trust-anchors' RCYNIC_CRON_USER='${RCYNIC_USER}' RCYNIC_JAIL_DIRS='' ;; |