Application Problems Questions

2003-12-24 Thread gffds fsdff
**I would appriciate if my name (if you can find it)/email wasnt posted 
anywhere for this**

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?

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

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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Application Problems Questions

2003-12-24 Thread Steve Bertrand
 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
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]