From owner-cvs-src-old@FreeBSD.ORG Thu Mar 31 06:29:36 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F911065782 for ; Thu, 31 Mar 2011 06:29:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 967368FC1B for ; Thu, 31 Mar 2011 06:29:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2V6TatS015234 for ; Thu, 31 Mar 2011 06:29:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2V6Tath015233 for cvs-src-old@freebsd.org; Thu, 31 Mar 2011 06:29:36 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201103310629.p2V6Tath015233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 31 Mar 2011 06:29:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.8 tzsetup.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2011 06:29:36 -0000 edwin 2011-03-31 06:29:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/tzsetup tzsetup.8 tzsetup.c Log: SVN rev 220183 on 2011-03-31 06:29:15Z by edwin MFC of 198254, 198255, 198350, 198267, 209190, 208831, 208830, 210243 198254: When tzsetup is run as non-root and the "CMOS clock question on UTC" is answered as No, it would abort without properly ending the dialog session. 198255: Make the usage of the default zoneinfo file to install clearer. 198350: - Add support for chrooted installs. - Add examples to the man-page. 198267: Instead of having to know which timezone was picked last time, you now can run "tzsetup -r" which will reinstall the last choice. This data is recorded in /var/db/zoneinfo. 209190: Use literal format strings. Found by clang. 208831: Add comment that this value is unused. It is obvious that it isn't used, but both clang and Coverity talk about it. 208830: When there is a problem with writing, also bail out. Found with the clang checker. 210243: Fix support for chrooted installs. Revision Changes Path 1.20.2.2 +37 -10 src/usr.sbin/tzsetup/tzsetup.8 1.29.2.2 +195 -75 src/usr.sbin/tzsetup/tzsetup.c