aboutsummaryrefslogtreecommitdiff
path: root/network/murmur/README
diff options
context:
space:
mode:
authoradev <adev@linuxmail.org>2010-05-11 22:54:57 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:54:57 +0200
commitedc1cb3d4676b663d0029f7cce6a41f89ae8ecd8 (patch)
treed3de34126dc722abf9a539b951316acf5e9f98ab /network/murmur/README
parent5a528e0685af880fe1d51e2db68cab4a49e7a186 (diff)
downloadslackbuilds-edc1cb3d4676b663d0029f7cce6a41f89ae8ecd8.tar.xz
network/murmur: Added to 12.1 repository
Diffstat (limited to 'network/murmur/README')
-rw-r--r--network/murmur/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/murmur/README b/network/murmur/README
new file mode 100644
index 000000000000..a040fdd8b1ec
--- /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).