From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 11:26:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1431D16A4CE for ; Wed, 24 Dec 2003 11:26:40 -0800 (PST) Received: from inferno.eagle.ca (inferno.eagle.ca [209.167.16.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5AA43D48 for ; Wed, 24 Dec 2003 11:26:38 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from [192.168.1.150] (sfw.eagle.ca [209.167.16.15]) by inferno.eagle.ca (8.12.8/8.12.3) with ESMTP id hBOJLaiE096636; Wed, 24 Dec 2003 14:21:36 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) From: Steve Bertrand To: gffds fsdff In-Reply-To: References: Content-Type: text/plain Message-Id: <1072293980.6541.11.camel@ptp.northnetworks.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 24 Dec 2003 14:26:20 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: Application Problems & Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 19:26:40 -0000 > 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"