aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-01 18:38:48 +0000
committerRob Austein <sra@hactrn.net>2013-02-01 18:38:48 +0000
commit27d85628a8ebe96c3adc2dbeac0e58160c727071 (patch)
tree43aecb3c86916182022b621e17b3d019a660958d /configure
parent93a3dbf7830cc81ff1a62eb73d02aaeec1e949e5 (diff)
Checkpoint
svn path=/branches/tk377/; revision=5001
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=''
;;
*)