aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-01-30 22:25:49 +0000
committerMark Felder <feld@FreeBSD.org>2018-01-30 22:25:49 +0000
commit0af5d194a806ca6193f594f4f3e9ae2fc9e78d97 (patch)
treeeec0032a185a7d58e1c5410fde484941b7f5ee6f /net-im/py-matrix-synapse
parenta78ac4eb9990a0c44bf11bdb522cbe7a3bf3ad45 (diff)
downloadports-0af5d194a806ca6193f594f4f3e9ae2fc9e78d97.tar.gz
ports-0af5d194a806ca6193f594f4f3e9ae2fc9e78d97.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.
Notes
Notes: svn path=/head/; revision=460446
Diffstat (limited to 'net-im/py-matrix-synapse')
-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.