[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/mumble-server/
Contents of README:
mumble-sever is the VoIP server component for Mumble. Murmur is
installed in a system-wide fashion, but can also be run by individual
users. Each mumble-server process supports multiple virtual servers,
each with their own user base and channel list.  Administration of
mumble-server is done through D-Bus.

This script requires the system to have a mumble-server user and group:

  # groupadd -g 261 murmur
  # useradd -g murmur -u 261 \
      -d /var/lib/mumble-server -s /bin/false murmur

To use a different user and/or group:

  # MURMUR_USER=user MURMUR_GROUP=group ./mumble-server.SlackBuild

To run mumble-server at boot:

  # chmod +x /etc/rc.d/rc.mumble-server

  Add the following to /etc/rc.d/rc.local:
  
  if [ -x /etc/rc.d/rc.mumble-server ]; then
    /etc/rc.d/rc.mumble-server start
  fi

Note that the project changed the name from murmurd to mumble-server.
Not all of the upstream documentation has been updated yet.

Notes: 
- This does not build the mumble client (mumble).
- For wget github download, you may need to use:
  wget --content-disposition ...

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 11-Jun-2022 23:01 1.1K [   ] doinst.sh 11-Jun-2022 23:01 540 [   ] mumble-1.4.230.tar.gz 11-Jun-2022 23:02 9.0M [TXT] mumble-server.SlackBuild 11-Jun-2022 23:01 5.1K [   ] mumble-server.info 11-Jun-2022 23:01 355 [   ] mumble-server.logrotate 11-Jun-2022 23:01 252 [   ] rc.mumble-server 11-Jun-2022 23:01 876 [TXT] slack-desc 11-Jun-2022 23:01 1.0K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!