aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index 4e123255..585948cc 100755
--- a/configure
+++ b/configure
@@ -636,6 +636,8 @@ RTR_ORIGIN_INSTALL_TARGETS
RCYNIC_INSTALL_TARGETS
RCYNIC_HTML_DIR
RCYNIC_STATIC_RSYNC
+RCYNIC_GROUP
+RCYNIC_USER
RCYNIC_CRON_USER
RCYNIC_CONF_TA_DIR
RCYNIC_CONF_DATA
@@ -4601,6 +4603,14 @@ esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $use_rcynic_jail" >&5
$as_echo "$use_rcynic_jail" >&6; }
+# Perhaps there should be a way to set these, but for now just
+# wire them in here so at least they're consistent in all Makefiles.
+
+RCYNIC_USER=rcynic
+
+RCYNIC_GROUP=rcynic
+
+
if test $use_rcynic_jail = yes && test "X$LD_STATIC_FLAG" != "X"
then
RCYNIC_STATIC_RSYNC='static-rsync/rsync'