Received: by mail.netbsd.org (Postfix, from userid 605) id 6FF4C84D82; Fri, 17 Feb 2023 06:54:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E6F184D3B for ; Fri, 17 Feb 2023 06:54:55 +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 0ydsybhutc7X for ; Fri, 17 Feb 2023 06:54:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 31E6884D08 for ; Fri, 17 Feb 2023 06:54:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B6DDFA90; Fri, 17 Feb 2023 06:54:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167661689586820" MIME-Version: 1.0 Date: Fri, 17 Feb 2023 06:54:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/felix To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230217065455.2B6DDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167661689586820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Feb 17 06:54:55 UTC 2023 Modified Files: pkgsrc/sysutils/felix: PLIST Log Message: felix: add missing file to PLIST To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/felix/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167661689586820 Content-Disposition: inline Content-Length: 423 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/felix/PLIST diff -u pkgsrc/sysutils/felix/PLIST:1.1 pkgsrc/sysutils/felix/PLIST:1.2 --- pkgsrc/sysutils/felix/PLIST:1.1 Sun Nov 14 17:16:53 2021 +++ pkgsrc/sysutils/felix/PLIST Fri Feb 17 06:54:55 2023 @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2021/11/14 17:16:53 pin Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/02/17 06:54:55 wiz Exp $ bin/fx +share/examples/felix/config.yaml --_----------=_167661689586820--