[flashproxy/master] rename default user to fp-facilitator for consistency with production names elsewhere

commit a54308b9e74288b16a1fa23e46fd89be71169757 Author: Ximin Luo <infinity0@gmx.com> Date: Wed Nov 6 13:41:47 2013 +0000 rename default user to fp-facilitator for consistency with production names elsewhere --- facilitator/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/configure.ac b/facilitator/configure.ac index 1b589a7..9ed50bc 100644 --- a/facilitator/configure.ac +++ b/facilitator/configure.ac @@ -3,7 +3,7 @@ AC_INIT([flashproxy-facilitator], [1.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_ARG_VAR(fpfacilitatoruser, [the user/group for the facilitator to run as]) -fpfacilitatoruser="${fpfacilitatoruser:-flashproxy-fac}" +fpfacilitatoruser="${fpfacilitatoruser:-fp-facilitator}" # check that we want to install initscripts. don't bother checking that they # are supported, since we might be doing a staged install on a different system.
participants (1)
-
infinity0@torproject.org