From owner-svn-src-head@FreeBSD.ORG Wed Jun 17 07:24:09 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 847818CA; Wed, 17 Jun 2015 07:24:09 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DFE7204; Wed, 17 Jun 2015 07:24:09 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Z57hX-000GqA-JM; Wed, 17 Jun 2015 10:23:59 +0300 Date: Wed, 17 Jun 2015 10:23:59 +0300 From: Slawa Olhovchenkov To: Rui Paulo Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r284476 - head/usr.sbin/syslogd Message-ID: <20150617072359.GH58397@zxy.spb.ru> References: <201506162242.t5GMgJk1049842@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201506162242.t5GMgJk1049842@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 07:24:09 -0000 On Tue, Jun 16, 2015 at 10:42:19PM +0000, Rui Paulo wrote: > Author: rpaulo > Date: Tue Jun 16 22:42:19 2015 > New Revision: 284476 > URL: https://svnweb.freebsd.org/changeset/base/284476 > > Log: > syslogd: re-read the timezone when receive a SIGHUP. > > syslogd already re-reads the configuration file and the hostname when > receiving a SIGHUP, so it makes sense to reset the timezone. > Special care was taken to ensure we don't break installations running > with a custom TZ variable. May be for cron too?