Received: by mail.netbsd.org (Postfix, from userid 605) id 4BA2C84E92; Sat, 14 May 2022 06:47:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82BD784E87 for ; Sat, 14 May 2022 06:47:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PX9x0m-7co-i for ; Sat, 14 May 2022 06:47:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE1FF84CED for ; Sat, 14 May 2022 06:47:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69F8BFAEB; Sat, 14 May 2022 06:48:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165251089196860" MIME-Version: 1.0 Date: Sat, 14 May 2022 06:48:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/sudo To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220514064811.69F8BFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165251089196860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 14 06:48:11 UTC 2022 Modified Files: pkgsrc/security/sudo: PLIST Log Message: sudo: fix PLIST for LDAP To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/sudo/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165251089196860 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/sudo/PLIST diff -u pkgsrc/security/sudo/PLIST:1.20 pkgsrc/security/sudo/PLIST:1.21 --- pkgsrc/security/sudo/PLIST:1.20 Sat May 14 05:41:00 2022 +++ pkgsrc/security/sudo/PLIST Sat May 14 06:48:11 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/05/14 05:41:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/14 06:48:11 adam Exp $ bin/cvtsudoers bin/sudo bin/sudoedit @@ -34,7 +34,7 @@ share/doc/sudo/ChangeLog share/doc/sudo/HISTORY.md share/doc/sudo/LICENSE.md share/doc/sudo/NEWS -share/doc/sudo/README.LDAP.md +${PLIST.ldap}share/doc/sudo/README.LDAP.md share/doc/sudo/README.md share/doc/sudo/SECURITY.md share/doc/sudo/TROUBLESHOOTING.md --_----------=_165251089196860--