From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 17:19:37 2005 Return-Path: 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 23AAA16A4CE for ; Sun, 2 Jan 2005 17:19:37 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5C043D4C for ; Sun, 2 Jan 2005 17:19:36 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9E689E8.dip.t-dialin.net [217.230.137.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 1CA9C2E86E; Sun, 2 Jan 2005 18:19:35 +0100 (CET) Message-ID: <41D82D41.7030101@incubus.de> Date: Sun, 02 Jan 2005 18:20:01 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joerg Pulz References: <41D8156D.8080003@incubus.de> <20050102174445.E714@hades.admin.frm2> In-Reply-To: <20050102174445.E714@hades.admin.frm2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: named exits on SIGHUP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 17:19:37 -0000 Joerg Pulz wrote: > i tried 'rndc reload' and it's working and did not cause the named > process to exit. maybe '/etc/rc.d/named' should be changed to use this > as reload command. Yes, this works here also. In the long run, it would probably be a good idea to make newsyslog understand arbitrary commands for restarting, instead of just sending a signal. mkb.