openbsd-ports/audio/umurmur/patches/patch-umurmur_conf_example
dcoppa 5e7e11b0a1 Update to umurmur-0.2.13, featuring support for Mumble protocol
1.2.4 and the new Opus codec.

maintainer timeout
2013-10-04 08:25:08 +00:00

26 lines
1.0 KiB
Plaintext

$OpenBSD: patch-umurmur_conf_example,v 1.4 2013/10/04 08:25:09 dcoppa Exp $
--- umurmur.conf.example.orig Sun Jun 9 20:56:17 2013
+++ umurmur.conf.example Tue Oct 1 14:15:41 2013
@@ -1,7 +1,7 @@
max_bandwidth = 48000;
welcometext = "Welcome to uMurmur!";
-certificate = "/etc/umurmur/cert.crt";
-private_key = "/etc/umurmur/key.key";
+certificate = "${SYSCONFDIR}/umurmur/certificate.crt";
+private_key = "${SYSCONFDIR}/umurmur/private_key.key";
password = "";
# admin_password = "test"; # Set to enable admin functionality.
# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = forever.
@@ -17,9 +17,9 @@ max_users = 10;
# username and groupname for privilege dropping.
# Will attempt to switch user if set.
-# username = "";
+username = "_umurmur";
# If groupname not set the user's default login group will be used
-# groupname = "";
+groupname = "_umurmur";
# Log to file option. Default is logging to syslog.
# umurmurd will close and reopen the logfile if SIGHUP is received.