Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2003 14:26:20 -0500
From:      Steve Bertrand <iaccounts@northnetworks.ca>
To:        gffds fsdff <eurijk666@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Application Problems & Questions
Message-ID:  <1072293980.6541.11.camel@ptp.northnetworks.ca>
In-Reply-To: <BAY7-F66mGYXHGanyWg0005777a@hotmail.com>
References:  <BAY7-F66mGYXHGanyWg0005777a@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> So I am running FreeBSD as our master server for the network. It is working 
> extremely well. Here is where the problem comes into play; I want to run zDS 
> for FreeBSD. This probably makes me sound new, but when I run the program, I 
> do not know how to get back into the shell without exiting the program 
> (making it non-multi-tasking for me). Is their a single to do so? If not 
> could you make one?
> 

How about running it in the background. Just put an ampersand behind the
command, ie:

# progname &

will run the program progname in the background and kick you back to
your shell.

> ALSO: I am not sure how to run the program at boot.
> 

Write a script that contains the startup command for the program, end
the script with a .sh extension and make it executable. This script
should live in /usr/local/etc/rc.d

Hope this helps :o)

Merry hoho!

Steve

> Another Worry: If I can not get zDSBot to switch onto the shell, then I 
> probably can not run Half-Life Dedicated Server for Linux (under binaries) 
> either.
> 
> Can you please help me! Thank you.
> 
> - A guy
> 
> _________________________________________________________________
> Working moms: Find helpful tips here on managing kids, home, work   and 
> yourself.   http://special.msn.com/msnbc/workingmom.armx
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1072293980.6541.11.camel>