From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 14:31:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 715CE16A422 for ; Sat, 11 Feb 2006 14:31:45 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADF943D45 for ; Sat, 11 Feb 2006 14:31:44 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 8A044D343A9; Sat, 11 Feb 2006 09:31:43 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 11 Feb 2006 09:31:43 -0500 X-Sasl-enc: YvzQHXwTjH4LdQhCCdQGXrcxpjaDndj2El9WbtfOeAzV 1139668302 Received: from du-069-0166.access.clara.net (du-069-0166.access.clara.net [217.158.132.166]) by frontend2.messagingengine.com (Postfix) with ESMTP id 40B8257146F; Sat, 11 Feb 2006 09:31:41 -0500 (EST) From: RW To: freebsd-questions@freebsd.org, Cristian Mijea Date: Sat, 11 Feb 2006 14:31:12 +0000 User-Agent: KMail/1.9.1 References: <110216180602091056o6625b6cdo66570734403b41f6@mail.gmail.com> In-Reply-To: <110216180602091056o6625b6cdo66570734403b41f6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602111431.14939.list-freebsd-2004@morbius.sent.com> Cc: Subject: Re: daemontools - djbdns X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 14:31:45 -0000 On Thursday 09 February 2006 18:56, Cristian Mijea wrote: > Ok. trying to follow Matt Simenson's DJBDNS on FreeBSD how-to from here: > http://matt.simerson.net/computing/dns/djbdns-freebsd.shtml > Now it writes that I must get the start up script from here: > http://matt.simerson.net/computing/mail/toaster/services.txt > All OK, just that the .txt file is missing. Can anyone please email it to > me? That how-to is pretty-old, there is a local rc.d script now. You just need turn it on in /etc/rc.conf svscan_enable=YES and optionally set svscan_servicedir if you don't want to use /var/service. Some of the how-tos for DJBDNS use some really odd paths. It doesn't really matter where the service directory goes, since it should only contain links, but some people have the real dnscache directory under /etc which is a bad place to put it under FreeBSD.