summaryrefslogtreecommitdiff
path: root/user/mumble/default-config.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-09-13 20:11:14 -0400
committerMax Rees <maxcrees@me.com>2020-11-28 17:13:28 -0500
commitcc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd (patch)
tree50a0626a184e6d8ab10df57e25167275125ff07c /user/mumble/default-config.patch
parentb65f9c35d6df7616712ce8bf12a488d8d06bc230 (diff)
downloadpackages-cc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd.tar.gz
packages-cc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd.tar.bz2
packages-cc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd.tar.xz
packages-cc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd.zip
user/mumble: new package
Diffstat (limited to 'user/mumble/default-config.patch')
-rw-r--r--user/mumble/default-config.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/user/mumble/default-config.patch b/user/mumble/default-config.patch
new file mode 100644
index 000000000..0c93c2225
--- /dev/null
+++ b/user/mumble/default-config.patch
@@ -0,0 +1,36 @@
+--- mumble-1.3.2/scripts/murmur.ini 2020-07-09 13:06:18.000000000 -0400
++++ mumble-1.3.2/scripts/murmur.ini 2020-09-13 00:05:08.070133921 -0400
+@@ -13,7 +13,7 @@
+
+ ; Path to database. If blank, will search for
+ ; murmur.sqlite in default locations or create it if not found.
+-database=
++database=/var/lib/murmur/murmur.sqlite
+
+ ; Murmur defaults to using SQLite with its default rollback journal.
+ ; In some situations, using SQLite's write-ahead log (WAL) can be
+@@ -93,13 +93,13 @@ icesecretwrite=
+ ; logs to the file 'murmur.log'. If you leave this field blank
+ ; on Unix-like systems, Murmur will force itself into foreground
+ ; mode which logs to the console.
+-;logfile=murmur.log
++logfile=/var/log/murmur.log
+
+ ; If set, Murmur will write its process ID to this file
+ ; when running in daemon mode (when the -fg flag is not
+ ; specified on the command line). Only available on
+ ; Unix-like systems.
+-;pidfile=
++pidfile=/var/run/murmur.pid
+
+ ; The below will be used as defaults for new configured servers.
+ ; If you're just running one server (the default), it's easier to
+@@ -291,7 +291,7 @@ allowping=true
+
+ ; If Murmur is started as root, which user should it switch to?
+ ; This option is ignored if Murmur isn't started with root privileges.
+-;uname=
++uname=murmur
+
+ ; By default, in log files and in the user status window for privileged users,
+ ; Mumble will show IP addresses - in some situations you may find this unwanted