From owner-freebsd-questions Fri Jul 20 5:23: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grover.logicsquad.net (CPE-61-9-135-142.vic.bigpond.net.au [61.9.135.142]) by hub.freebsd.org (Postfix) with SMTP id EC21B37B407 for ; Fri, 20 Jul 2001 05:22:58 -0700 (PDT) (envelope-from paulh@logicsquad.net) Received: (qmail 83942 invoked by uid 65534); 20 Jul 2001 12:23:00 -0000 Received: from 10.0.0.3 (SquirrelMail authenticated user paulh) by grover.logicsquad.net with HTTP; Fri, 20 Jul 2001 21:53:00 +0930 (CST) Message-ID: <1484.10.0.0.3.995631780.squirrel@grover.logicsquad.net> Date: Fri, 20 Jul 2001 21:53:00 +0930 (CST) Subject: Re: startup script From: "Paul A. Hoadley" To: RClark@swst.com In-Reply-To: References: Cc: freebsd-questions@freebsd.org Reply-To: paulh@logicsquad.net X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Where would I put a start up script in FreeBSD 4.2? I thought it was > /etc/rc.local, but I don't seem to have that file. You can either create /etc/rc.local, or put a script in /usr/local/etc/rc.d/ -- anything in this directory with a suffix of ".sh" will be run at startup with an argument of "start" and run at shutdown with an argument of "stop". -- Paul. mailto:paulh@logicsquad.net mailto:paul.hoadley@student.adelaide.edu.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message