On Wed, Mar 02, 2005 at 04:57:40AM +0100, koorek wrote: > + start) > + # Check if the service is already running? > + if [ ! -f /var/lock/subsys/qw-serverd ]; then > + msg_starting "QuakeWorld Server" > + busy > + /usr/bin/qw-server > /dev/null & > + deltext > + ok > + else > + msg_Already_Running "QuakeWorld Server" > + exit 1 > + fi > + touch /var/lock/subsys/qw-serverd > + ;;
> + start) > + # Check if the service is already running? > + if [ ! -f /var/lock/subsys/nq-serverd ]; then > + msg_starting "NQuake Server" > + busy > + /usr/bin/nq-server +map $map > /dev/null & > + deltext > + ok > + else > + msg_Already_Running "NQuake Server" > + exit 1 > + fi > + touch /var/lock/subsys/nq-serverd > + ;; To działa z roota czy jak??? -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
