diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-11-29 21:28:48 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-11-29 21:28:48 +0000 |
commit | 380aba2cc176ac881fdf29a5622c5adad279aff5 (patch) | |
tree | 458a0ae5475e21bbcf1cdc5456dc5004d49b52e0 /user/mumble/default-config.patch | |
parent | 0f63226da893aa856ac37aa0acf50b1ad4aac0e8 (diff) | |
parent | cc6d3841cc54fb52ccb09f2429a6c81c5ceb9dfd (diff) | |
download | packages-380aba2cc176ac881fdf29a5622c5adad279aff5.tar.gz packages-380aba2cc176ac881fdf29a5622c5adad279aff5.tar.bz2 packages-380aba2cc176ac881fdf29a5622c5adad279aff5.tar.xz packages-380aba2cc176ac881fdf29a5622c5adad279aff5.zip |
Merge branch 'new/mumble' into 'master'
user/mumble: new package
See merge request adelie/packages!591
Diffstat (limited to 'user/mumble/default-config.patch')
-rw-r--r-- | user/mumble/default-config.patch | 36 |
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 |