aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index c08f5772..75a72e5b 100755
--- a/configure
+++ b/configure
@@ -4563,6 +4563,7 @@ case $enable_rcynic_jail in
RCYNIC_CONF_RSYNC='/bin/rsync'
RCYNIC_CONF_DATA='/data'
RCYNIC_CONF_TA_DIR='/etc/trust-anchors'
+ RCYNIC_CRON_USER='root'
RCYNIC_JAIL_DIRS='${RCYNIC_DIR}/bin ${RCYNIC_DIR}/dev ${RCYNIC_DIR}/etc'
if test "X$host_os" = "Xlinux"
then
@@ -4577,6 +4578,7 @@ case $enable_rcynic_jail in
RCYNIC_CONF_RSYNC="${RSYNC}"
RCYNIC_CONF_DATA='${RCYNIC_DIR}/data'
RCYNIC_CONF_TA_DIR="${RCYNIC_TA_DIR}"
+ RCYNIC_CRON_USER='${RCYNIC_USER}'
RCYNIC_JAIL_DIRS=''
;;
*)