Received: by mail.netbsd.org (Postfix, from userid 605) id DDB9284E91; Sat, 15 Feb 2020 10:29:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6740484E38 for ; Sat, 15 Feb 2020 10:29:50 +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 BscxH550wg_n for ; Sat, 15 Feb 2020 10:29:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B17C384D6B for ; Sat, 15 Feb 2020 10:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ACFF7FBF4; Sat, 15 Feb 2020 10:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581762589244260" MIME-Version: 1.0 Date: Sat, 15 Feb 2020 10:29:49 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200215102949.ACFF7FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581762589244260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Feb 15 10:29:49 UTC 2020 Modified Files: pkgsrc/doc/guide/files: examples.xml Log Message: doc/guide: remove accidental .exe from example package To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/doc/guide/files/examples.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581762589244260 Content-Disposition: inline Content-Length: 997 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/examples.xml diff -u pkgsrc/doc/guide/files/examples.xml:1.17 pkgsrc/doc/guide/files/examples.xml:1.18 --- pkgsrc/doc/guide/files/examples.xml:1.17 Sat Feb 15 10:28:06 2020 +++ pkgsrc/doc/guide/files/examples.xml Sat Feb 15 10:29:49 2020 @@ -1,4 +1,4 @@ - + A simple example package: bison @@ -74,7 +74,7 @@ WARN: PLIST:5: "share/bison.hairy" shoul 1 error, 2 warnings and 1 note found. (Run "pkglint -e" to show explanations.) (Run "pkglint -fs" to show what can be fixed automatically.) -(Run "pkglint.exe -F" to automatically fix some issues.) +(Run "pkglint -F" to automatically fix some issues.) Depending on the supplied command line arguments (see pkglint(1)), more checks will be performed. Use e.g. pkglint --_----------=_1581762589244260--