Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0D9437A28E for ; Fri, 21 Oct 2016 20:50:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B2D0485F0F; Fri, 21 Oct 2016 20:50:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43FCE85EF7 for ; Fri, 21 Oct 2016 20:50:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZfW25oOdRcCk for ; Fri, 21 Oct 2016 20:50:42 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FC8F84CE5 for ; Fri, 21 Oct 2016 20:50:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95FCBFBD2; Fri, 21 Oct 2016 20:50:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477083042217460" MIME-Version: 1.0 Date: Fri, 21 Oct 2016 20:50:42 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/security/sudo To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161021205042.95FCBFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477083042217460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Fri Oct 21 20:50:42 UTC 2016 Modified Files: pkgsrc/security/sudo: MESSAGE Log Message: Stop mentioning sudo version prior 1.6 - it was over 16 years ago. There is still ${PREFIX}/share/doc/sudo/UPGRADE with recent content. It's not only about a sudoers file. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/sudo/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477083042217460 Content-Disposition: inline Content-Length: 785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/sudo/MESSAGE diff -u pkgsrc/security/sudo/MESSAGE:1.6 pkgsrc/security/sudo/MESSAGE:1.7 --- pkgsrc/security/sudo/MESSAGE:1.6 Thu Mar 11 23:33:09 2004 +++ pkgsrc/security/sudo/MESSAGE Fri Oct 21 20:50:42 2016 @@ -1,11 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2004/03/11 23:33:09 reed Exp $ +$NetBSD: MESSAGE,v 1.7 2016/10/21 20:50:42 kamil Exp $ Use the visudo(8) command to edit the sudoers file. -If you are upgrading from a version of sudo prior to 1.6, please read +If you are upgrading, please read: ${PREFIX}/share/doc/sudo/UPGRADE -on how to modify your sudoers file appropriately. =========================================================================== --_----------=_1477083042217460--