From owner-cvs-src-old@FreeBSD.ORG Sat Jul 4 11:11:34 2009 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 A33E610657AF for ; Sat, 4 Jul 2009 11:11:34 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 906E98FC15 for ; Sat, 4 Jul 2009 11:11:34 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n64BBY5c055952 for ; Sat, 4 Jul 2009 11:11:34 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n64BBY4v055951 for cvs-src-old@freebsd.org; Sat, 4 Jul 2009 11:11:34 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200907041111.n64BBY4v055951@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Sat, 4 Jul 2009 11:11:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 04 Jul 2009 11:11:34 -0000 attilio 2009-07-04 11:11:21 UTC FreeBSD src repository Modified files: usr.sbin/tzsetup tzsetup.8 tzsetup.c Log: SVN rev 195339 on 2009-07-04 11:11:21Z by attilio Add a new options (-s) that, when specified, skips the question about adjusting the clock to UTC. That avoids to write on /etc/wall_cmos_clock which is useful in some cases (example: host user in a jail). Sponsored by: Sandvine Incorporated Initially submitted by: Matt Koivisto Approved by: re (kib) Revision Changes Path 1.20 +5 -2 src/usr.sbin/tzsetup/tzsetup.8 1.29 +28 -22 src/usr.sbin/tzsetup/tzsetup.c