Comment 19 for bug 129081

Revision history for this message
Johan Euphrosine (proppy) wrote :

Hi,

I've build the package from svn trunk on:
http://mumble.aminche.com/

Just as you reported it, lintian outputed the following error/warning:
http://mumble.aminche.com/lintian.out

I've installed a murmurd server on:
mumble://mumble.aminche.com:64738/

murmul.pl cgi can be accessed from:
http://mumble.aminche.com/cgi-bin/murmur.pl

Steps of setuping can be followed via:
http://hg.mumble.aminche.com/

The items I thought about addressing first are (because they are easy
and all about packaging):
- Create init.d script (will help with the path issue below)
- Move murmur.ini to /etc/murmur (nb: I didn't manage to locate it
after running the server)
- Move murmur.sqlite to /var/lib/murmur (currently it shows up in /usr/bin)
- Move murmur.log to /var/log/ (currently it shows up in the current directory)
- Move murmur.pid to /var/run/ (currently it shows up in the current directory)
- Move the .pl in /usr/lib/cgi-bin (there is also some perl dependency missing)

What do you (two) think ?