> * when installing create 'otserv' user and make init.d script setuid 'otserv'
> - should be done in preinst script
> - check out /var/lib/dpkg/info/mysql-server-5.0.preinst
> - don't forget to remove the user upon uninstallation of the program
setuid wont work on scripts. better use su or start-stop-servers
--chuid or --user ;)
Rest fine.