From edc1cb3d4676b663d0029f7cce6a41f89ae8ecd8 Mon Sep 17 00:00:00 2001 From: adev Date: Tue, 11 May 2010 22:54:57 +0200 Subject: network/murmur: Added to 12.1 repository --- network/murmur/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 network/murmur/README (limited to 'network/murmur/README') diff --git a/network/murmur/README b/network/murmur/README new file mode 100644 index 0000000000..a040fdd8b1 --- /dev/null +++ b/network/murmur/README @@ -0,0 +1,13 @@ +Murmur is the VoIP server component for Mumble. Murmur is +installed in a system-wide fashion, but can also be run by +individual users. Each murmur process supports multiple virtual +servers, each with their own user base and channel list. +Administration of murmur is done through D-Bus. + +To run murmur at boot, add the following to /etc/rc.d/rc.local: + +if [ -x /etc/rc.d/rc.murmur ]; then + /etc/rc.d/rc.murmur start +fi + +Murmur requires qt4 (available on SlackBuilds.org). -- cgit v1.2.3