From owner-freebsd-questions@FreeBSD.ORG Thu Apr 19 00:32:46 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4DD3106566B for ; Thu, 19 Apr 2012 00:32:46 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7D58FC08 for ; Thu, 19 Apr 2012 00:32:46 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q3J0WYKb025885; Wed, 18 Apr 2012 18:32:38 -0600 From: Erich Dollansky To: freebsd-questions@freebsd.org Date: Thu, 19 Apr 2012 07:32:01 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-PRERELEASE; KDE/4.7.4; amd64; ; ) References: <201204182323.RAA20985@lariat.net> In-Reply-To: <201204182323.RAA20985@lariat.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201204190732.01930.erichfreebsdlist@ovitrap.com> Cc: Brett Glass Subject: Re: System initialization 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: Thu, 19 Apr 2012 00:32:46 -0000 Hi, I think you have had the list twice in the address list. On Thursday 19 April 2012 06:23:26 Brett Glass wrote: > Has anyone out there worked on the problem of generating > configuration files for important daemons (e.g. mpd, dnscache from are you sure that you really need this dynamically? I believed this too until I realised that a script manually run can do the job for me. I created a central location for my configuration files and let a script do the rest. Of course, it is all static. Erich