diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-11 04:14:34 +1100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:15:52 +0000 |
commit | fd4070a85dc4ece77f2427b586c18bb1f4a04197 (patch) | |
tree | 2f10f1098e20c3a1c8d44d3bdee6da074665f7b5 /debian/patches/0002-change_instructions.patch | |
parent | 0.34.0rc2 (diff) | |
download | synapse-fd4070a85dc4ece77f2427b586c18bb1f4a04197.tar.xz |
import from package-debian-synapse
Diffstat (limited to 'debian/patches/0002-change_instructions.patch')
-rw-r--r-- | debian/patches/0002-change_instructions.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/0002-change_instructions.patch b/debian/patches/0002-change_instructions.patch new file mode 100644 index 0000000000..933de3ab94 --- /dev/null +++ b/debian/patches/0002-change_instructions.patch @@ -0,0 +1,34 @@ +From: Erik Johnston <erikj@matrix.org> +Date: Fri, 10 Jun 2016 10:57:07 +0100 +Subject: change_instructions + +--- + synapse/config/_base.py | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +--- a/synapse/config/_base.py ++++ b/synapse/config/_base.py +@@ -31,6 +31,11 @@ + MISSING_REPORT_STATS_CONFIG_INSTRUCTIONS = """\ + Please opt in or out of reporting anonymized homeserver usage statistics, by + setting the `report_stats` key in your config file to either True or False. ++ ++To set it run: ++ ++ dpkg-reconfigure matrix-synapse ++ + """ + + MISSING_REPORT_STATS_SPIEL = """\ +@@ -45,6 +50,11 @@ + + MISSING_SERVER_NAME = """\ + Missing mandatory `server_name` config option. ++ ++To set it run: ++ ++ dpkg-reconfigure matrix-synapse ++ + """ + + |