aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-01-31 06:25:49 +0800
committerfeld <feld@FreeBSD.org>2018-01-31 06:25:49 +0800
commit2c891568310b403e9f4958ab1af93ed4fa3222cb (patch)
treeeec0032a185a7d58e1c5410fde484941b7f5ee6f
parentea039a9a33d5804e89d26b9986d4b300054ce3c5 (diff)
downloadfreebsd-ports-gnome-2c891568310b403e9f4958ab1af93ed4fa3222cb.tar.gz
freebsd-ports-gnome-2c891568310b403e9f4958ab1af93ed4fa3222cb.tar.zst
freebsd-ports-gnome-2c891568310b403e9f4958ab1af93ed4fa3222cb.zip
net-im/py-matrix-synapse: Update pkg-message
Append missing argument to the command suggested to generate a config. Not worth bumping the PORTREVISION over. The software kindly asks you to append the argument, so this will get included in the next package update.
-rw-r--r--net-im/py-matrix-synapse/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/files/pkg-message.in b/net-im/py-matrix-synapse/files/pkg-message.in
index 3b9faa8e8e3d..57aca62a2394 100644
--- a/net-im/py-matrix-synapse/files/pkg-message.in
+++ b/net-im/py-matrix-synapse/files/pkg-message.in
@@ -12,7 +12,7 @@ If you wish to have Synapse handle this for you including generation of
self-signed TLS certificates and dhparams you can use the following
command:
-%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config --server-name=example.com
+%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config --server-name=example.com --report-stats=false
Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.