From owner-freebsd-questions Tue Jun 6 8:56:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 6387337B950 for ; Tue, 6 Jun 2000 08:56:24 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 23377 invoked from network); 6 Jun 2000 15:58:07 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 6 Jun 2000 15:58:07 -0000 Date: Tue, 6 Jun 2000 17:57:57 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <137456093337.20000606175757@buz.ch> To: Gabriel Cc: questions@freebsd.org Subject: Re: Stupid question.... In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Gabriel, Tuesday, June 06, 2000, 5:53:41 PM, you wrote: > Ok, I feel like a lame ass, but I need to know how to get httpd and dhcpd > to load on boot up. I know in Linux there is an rc.local file, but I don't > see anything like that in FreeBSD. Help!! Just put their start scripts into /usr/local/etc/rc.d (or wherever you pointed the rc.d dir to, mine for example went to /etc/rc.d for easier updates), rename them that they end with .sh and chmod 755. Done. I'd avoid rc.local. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message