Bug#489276: Please provide initscript and 'defaults' file

2009-08-11 Thread green
This would be a great addition to the bzflag-server package. The bzflag packages have had no updates for almost a year. signature.asc Description: Digital signature

Bug#489276: Please provide initscript and 'defaults' file

2009-02-21 Thread Chris Lamb
Chris Lamb wrote: > The attached patch adds an init.d script and associated /etc/default/bzflag > configuration file for the bzfs server. Any update on this? It was a shame this didn't make lenny - running daemons manually really sucks. Regards, -- ,''`. : :' : Chris Lamb

Bug#489276: Please provide initscript and 'defaults' file

2008-07-04 Thread Chris Lamb
Hi, As an update to my previous patch, in the "start" action in /etc/init.d/bzflag: + if ! start-stop-daemon --start -q -b --pidfile ${PIDFILE} \ should be: + if ! start-stop-daemon --start -q -b --oknodo --pidfile ${PIDFILE} \ Regards, -- Chris Lamb, UK

Bug#489276: Please provide initscript and 'defaults' file

2008-07-04 Thread Chris Lamb
Package: bzflag-server Version: 2.0.10.20071115+nmu1 Severity: wishlist Tags: patch The attached patch adds an init.d script and associated /etc/default/bzflag configuration file for the bzfs server. This makes it far easier to get the bzflag server running persistently on a system -- running dae