From owner-freebsd-questions@freebsd.org Mon Dec 4 10:28:35 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80B41DF7550 for ; Mon, 4 Dec 2017 10:28:35 +0000 (UTC) (envelope-from rs@bytecamp.net) Received: from mxout01.bytecamp.net (mxout01.bytecamp.net [212.204.60.217]) (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 380772235 for ; Mon, 4 Dec 2017 10:28:34 +0000 (UTC) (envelope-from rs@bytecamp.net) Received: by mxout01.bytecamp.net (Postfix, from userid 1001) id 96722575549; Mon, 4 Dec 2017 11:23:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bytecamp.net; h=subject:to:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=20140709; bh=e4wThgSJuV/R9xkFK64z1SoW1yA=; b=KuGfaAuW4NIBMV67RF40i7COkwVJGZUG+orPhyCh6KvSF1cLsPktCWAKvUZ8m4wXq/l6DF1bPGObs3UNb9bv7DzvNw8E/j2cCz7uKYJZJDqtQijqw6pMIoqqXlFRMLDDiA/CchQ/jyp24Z2CSRm2gwLrlaw8QSqcX+g8F7UhLXk= Received: from mail.bytecamp.net (mail.bytecamp.net [212.204.60.9]) by mxout01.bytecamp.net (Postfix) with ESMTP id 615BD575512 for ; Mon, 4 Dec 2017 11:23:13 +0100 (CET) Received: (qmail 916 invoked from network); 4 Dec 2017 11:23:13 +0100 Received: from unknown (HELO ?192.168.3.32?) (rs%bytecamp.net@80.84.202.251) by mail.bytecamp.net with ESMTPS (DHE-RSA-AES128-SHA encrypted); 4 Dec 2017 11:23:13 +0100 Subject: Re: tzsetup without menu? To: freebsd-questions@freebsd.org References: <776CD363-26A1-4628-B21E-2CA266609BAE@luckyhands.nl> From: Robert Schulze Organization: bytecamp GmbH Message-ID: Date: Mon, 4 Dec 2017 11:23:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 10:28:35 -0000 Hi, Am 04.12.2017 um 11:09 schrieb Remy Zandwijk: >>> The tzsetup manual page on 11.1-RELEASE-p4 says: >>> >>> It is possible to short-circuit the menu system by specifying the >>> location of a zoneinfo_file or the name of the zoneinfo_name on the >>> command line; >>> >>> However, when I run the command like this, I still get the menu: >>> >>> tzsetup -s /usr/share/zoneinfo/Europe/Amsterdam >>> did you try # tzsetup -s Europe/Amsterdam So, just giving it the name of the timezone, not a path. regards, Robert Schulze