From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 17:30:04 2004 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 6045916A4CE for ; Wed, 30 Jun 2004 17:30:04 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3271E43D55 for ; Wed, 30 Jun 2004 17:30:04 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i5UHSQAv015536; Wed, 30 Jun 2004 10:28:26 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i5UHSPT9023683; Wed, 30 Jun 2004 10:28:25 -0700 (PDT) In-Reply-To: <200406291822.25914@misha-mx.virtual-estates.net> References: <200406291822.25914@misha-mx.virtual-estates.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 30 Jun 2004 13:28:22 -0400 To: Mikhail Teterin X-Mailer: Apple Mail (2.618) cc: questions@FreeBSD.org Subject: Re: Using syslog(3) after chroot-ing 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: Wed, 30 Jun 2004 17:30:04 -0000 On Jun 29, 2004, at 6:22 PM, Mikhail Teterin wrote: > Is there a similar trick to make it use the local timezone instead of > UTC? I'm surprised, the time is interpreted by the sender (rather than > by the syslogd-recipient), but it is -- and I want it to be local, > without copying /etc/localtime into the chroot tree. What happens if you set TZ in the environment which syslogd is started up from? -- -Chuck