From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 17:12:37 2008 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 1D235106566C for ; Wed, 19 Mar 2008 17:12:37 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id A18DA8FC1A for ; Wed, 19 Mar 2008 17:12:36 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so657482fka.11 for ; Wed, 19 Mar 2008 10:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=WkR7uqbVSja0lz5IGXiH73OjbR0D7CEJ+jqJi3mqVuw=; b=A0RwIajJc4/Z3UfYOALrQXIoAI7EsMuGq66/bmo7UCLCbw49ey2dVHmEK2jikqzjXSLsPy+Sc5clzr/z+AGrmh/mEOEexclX7I4lcHBjnG6k/TW8K53BN/+KJ+YWDbEGRqIsmd4Sd9QEfBFKs5n6zyfPjRKTobILKFdsAcBO5EY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AUlF9YxId8srS5GIHnfAxp6BhniyqEq2ld5nUaBE8VNCxhdDq/2MSG085Qs7bSbKr5MudqqSJRaHPldrz5YW7cijMqSA0fVEJoruiJpoVY9A2uEx2g12WL7JOPIXgPp128R//YZG0ITc0NXg/Pe3k6mnpOwBsMQ6nX0DmkLXJ28= Received: by 10.82.186.19 with SMTP id j19mr1275434buf.2.1205946754408; Wed, 19 Mar 2008 10:12:34 -0700 (PDT) Received: by 10.82.160.20 with HTTP; Wed, 19 Mar 2008 10:12:34 -0700 (PDT) Message-ID: <560f92640803191012j4d1f48aen23bbee630846bd45@mail.gmail.com> Date: Wed, 19 Mar 2008 10:12:34 -0700 From: "Nerius Landys" To: "Jonathan Chen" In-Reply-To: <20080319032947.GA53122@osiris.chen.org.nz> MIME-Version: 1.0 References: <560f92640803181931x28a3508djd400291266ef01f8@mail.gmail.com> <20080319032947.GA53122@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: daylight savings time 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: Wed, 19 Mar 2008 17:12:37 -0000 > > The port misc/zoneinfo is what you need. > > I installed this port and ran 'tzsetup' afterwards. Everything works now. Thanks. I also edited /etc/make.conf to include the line "MK_ZONEINFO=no" as per the instructions in the file /usr/ports/misc/zoneinfo/pkg-descr. However, in my 5.5 distribution, /usr/share/examples/etc/make.conf has no mention of this variable (in fact my 7.0 FreeBSD computer has no mention of MK_ZONEINFO in this file either). So my question is - will the zoneinfo get clobbered if and when I ever reinstall world? Where can I find a comprehensive list of available make options that can be put into make.conf?