From owner-svn-src-all@freebsd.org Mon Feb 29 17:24:36 2016 Return-Path: Delivered-To: svn-src-all@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 6D6BBAB85E5; Mon, 29 Feb 2016 17:24:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 343491E69; Mon, 29 Feb 2016 17:24:36 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1THOZXo028019; Mon, 29 Feb 2016 17:24:35 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1THOZIH028017; Mon, 29 Feb 2016 17:24:35 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201602291724.u1THOZIH028017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 29 Feb 2016 17:24:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296204 - head/usr.sbin/etcupdate X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 17:24:36 -0000 Author: trasz Date: Mon Feb 29 17:24:34 2016 New Revision: 296204 URL: https://svnweb.freebsd.org/changeset/base/296204 Log: tzsetup(1) -> tzsetup(8) MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/etcupdate/etcupdate.8 head/usr.sbin/etcupdate/etcupdate.sh Modified: head/usr.sbin/etcupdate/etcupdate.8 ============================================================================== --- head/usr.sbin/etcupdate/etcupdate.8 Mon Feb 29 17:22:34 2016 (r296203) +++ head/usr.sbin/etcupdate/etcupdate.8 Mon Feb 29 17:24:34 2016 (r296204) @@ -757,7 +757,7 @@ has been removed from the tree, but it has been locally modified. The modified version of the file remains in the destination directory. -.It "Needs update: /etc/localtime (required manual update via tzsetup(1))" +.It "Needs update: /etc/localtime (required manual update via tzsetup(8))" The .Fa /var/db/zoneinfo file does not exist, @@ -768,7 +768,7 @@ was not able to refresh from its source file in .Fa /usr/share/zoneinfo . Running -.Xr tzsetup 1 +.Xr tzsetup 8 will both refresh .Fa /etc/localtime and generate Modified: head/usr.sbin/etcupdate/etcupdate.sh ============================================================================== --- head/usr.sbin/etcupdate/etcupdate.sh Mon Feb 29 17:22:34 2016 (r296203) +++ head/usr.sbin/etcupdate/etcupdate.sh Mon Feb 29 17:24:34 2016 (r296204) @@ -515,7 +515,7 @@ post_update() fi else warn "Needs update: /etc/localtime (required" \ - "manual update via tzsetup(1))" + "manual update via tzsetup(8))" fi fi }