From owner-freebsd-current@FreeBSD.ORG Fri Dec 14 18:51:56 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F3C016A418 for ; Fri, 14 Dec 2007 18:51:56 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 08D1613C44B for ; Fri, 14 Dec 2007 18:51:55 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=etjb+fTucHjORNRWL9SOS1iifk74sOZaJAUVnKIV54Og2j/hPlXOZUXaUzxEEeQpl596QQPvcwha2xFMWPNL8aMyHFGLdKvqJkhx4X2zF5jnp4FaaBquWqU3cMK8VCBzyo8fgCQoAzTYs05EIOlhJVpPpHUAxYH/sA65eX8tXx4=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1J3Fda-000AI6-2t; Fri, 14 Dec 2007 21:51:54 +0300 Date: Fri, 14 Dec 2007 21:51:52 +0300 From: Eygene Ryabinkin To: Nikolay Pavlov Message-ID: References: <72389.1197629858@critter.freebsd.dk> <200712142039.07590.qpadla@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712142039.07590.qpadla@gmail.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_40 Cc: freebsd-current@freebsd.org Subject: Re: [RFC] Automated generation of /etc/resolv.conf from the rc.d script X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 18:51:56 -0000 Nikolay, good day. Fri, Dec 14, 2007 at 08:39:07PM +0200, Nikolay Pavlov wrote: > You might get some ideas from this implementation then: > http://packages.debian.org/sid/resolvconf > At least it contains those ugly sed expression to edit forwarders in a > named.conf. Will look at it. Thanks for the pointer! -- Eygene