Received: by mail.netbsd.org (Postfix, from userid 605) id DE4D884F21; Wed, 27 Apr 2022 22:27:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21AE384DC2 for ; Wed, 27 Apr 2022 22:27:56 +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 UB1Zoi5ivwzj for ; Wed, 27 Apr 2022 22:27:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9755984D2E for ; Wed, 27 Apr 2022 22:27:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 913A0FB1A; Wed, 27 Apr 2022 22:27:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651098475190190" MIME-Version: 1.0 Date: Wed, 27 Apr 2022 22:27:55 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mk/scripts To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20220427222755.913A0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651098475190190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed Apr 27 22:27:55 UTC 2022 Modified Files: pkgsrc/mk/scripts: mkreadme Log Message: mkreadme: fix comment To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/mk/scripts/mkreadme Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651098475190190 Content-Disposition: inline Content-Length: 612 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/scripts/mkreadme diff -u pkgsrc/mk/scripts/mkreadme:1.33 pkgsrc/mk/scripts/mkreadme:1.34 --- pkgsrc/mk/scripts/mkreadme:1.33 Mon Apr 5 10:32:38 2021 +++ pkgsrc/mk/scripts/mkreadme Wed Apr 27 22:27:55 2022 @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: mkreadme,v 1.33 2021/04/05 10:32:38 nia Exp $ +# $NetBSD: mkreadme,v 1.34 2022/04/27 22:27:55 rillig Exp $ # # Script for index.html generation # @@ -154,7 +154,7 @@ do shift ;; - # We're generating index.html's for a CD-ROM + # We're generating index.html's for an FTP server -f|--ftp) ftp_readme=yes shift --_----------=_1651098475190190--