This patch should resolve most of the issues and bring the general packaging style in-line with the norm for Debian/Ubuntu packages. It also adds a missing Build-Conflict which should help identify build issues on hardy where autoconf2.13 is installed. ** Attachment added: "fix-conf.patch" http://launchpadlibrarian.net/17943349/fix-conf.patch -- server runs as root unecessarily https://bugs.launchpad.net/bugs/272338 You received this bug notification because you are a member of Netrek Server Team, which is a direct subscriber. Status in Netrek Server: Fix Committed Bug description: The server runs as root, but it does not need to. To run as non-root, the packaging should create a username to operate within, and chmod /var/lib/netrek-server-vanilla, and the init.d script should use the created username. A username of netrek is suggested.