From owner-freebsd-questions Wed Aug 15 13:17:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from slave3.aa.net (slave3.aa.net [206.125.67.249]) by hub.freebsd.org (Postfix) with ESMTP id 2EC6A37B40C for ; Wed, 15 Aug 2001 13:17:33 -0700 (PDT) (envelope-from swear@aa.net) Received: from localhost.localdomain (host83.207.55.120.aadsl.com [207.55.120.83]) by slave3.aa.net (8.9.1/8.8.5) with ESMTP id NAA04481; Wed, 15 Aug 2001 13:17:32 -0700 X-Intended-For: freebsd-questions@FreeBSD.ORG Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f7FKILC90053; Wed, 15 Aug 2001 13:18:21 -0700 (PDT) (envelope-from swear@aa.net) To: Martin McCormick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Best Recommended Practice for Starting Daemons During Boot References: From: swear@aa.net (Gary W. Swearingen) Date: 15 Aug 2001 13:18:20 -0700 In-Reply-To: Message-ID: Lines: 6 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 The first think I do is something like "grep -i dhcp /etc/{defaults,}/*" and investigate a few files. A very quick look says you might be able to use "dhcp_program" and "dhcp_flags" for your server if you don't need them for a client, but you could copy the scheme too. Check it out better than I did. Then there's /usr/local/etc/rc.d/ which I see the xemacs port has put something into. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message