diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-01 18:38:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-01 18:38:48 +0000 |
commit | 27d85628a8ebe96c3adc2dbeac0e58160c727071 (patch) | |
tree | 43aecb3c86916182022b621e17b3d019a660958d /configure.ac | |
parent | 93a3dbf7830cc81ff1a62eb73d02aaeec1e949e5 (diff) |
Checkpoint
svn path=/branches/tk377/; revision=5001
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 37d280e7..2544f64a 100644 --- a/configure.ac +++ b/configure.ac @@ -262,6 +262,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 @@ -276,6 +277,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='' ;; *) |