openbsd-ports/audio/umurmur/patches/patch-umurmur_conf_example
dcoppa e0dcf1cab2 Update to umurmur-0.2.7.
Tested on amd64 and sparc64 by maintainer and myself
OK ajacoutot@
2011-07-08 09:09:43 +00:00

26 lines
889 B
Plaintext

$OpenBSD: patch-umurmur_conf_example,v 1.2 2011/07/08 09:09:43 dcoppa Exp $
--- umurmur.conf.example.orig Mon Apr 18 20:19:33 2011
+++ umurmur.conf.example Thu Jul 7 14:30:37 2011
@@ -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 = "";
max_users = 10;
@@ -10,9 +10,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.