Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=D0sXfDqs; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZmBthK1g Received: by mail.netbsd.org (Postfix, from userid 605) id 6E43E84D4A; Wed, 27 Mar 2024 10:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711533640; bh=ZZjSKtwSKclSzPaBxyXusm6vxtnrIpxxHOM3kWC4+/k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=D0sXfDqsCFxdkOvS6PvpQUvW//7DbEiI4pDMUd67dRfnO6qFIyYqAuTwH2kI6dfx5 Cdt94bOPoaavQffaFsygFJppDoCJGKNNuY7w0eRIInpqkWKUhgnoRj3J6Qe7Iz/DDi INfO077bLevh6Ia+P4zK5BXgBp4McjXtFQCm4GJY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6182484D3C for ; Wed, 27 Mar 2024 10:00:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id y-MNAnnQSTTI for ; Wed, 27 Mar 2024 10:00:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EA01684CFE for ; Wed, 27 Mar 2024 10:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711533639; bh=ZZjSKtwSKclSzPaBxyXusm6vxtnrIpxxHOM3kWC4+/k=; h=Date:From:Subject:To:Reply-To; b=ZmBthK1gSDVTeHvHFRzfsG6smbkIEbJ+mJe4UmUpUnUlyNN/5Bi2Miz6ZyIiKsqNW dV18RwQHPF9hJ2BTCiv3tuYWSaCnPUcSGGNWuuTAQWNEmHBEYOLqwpI7RiIO3Lfkg1 XrAQ2DiRi2hSWjao/ib9F4vrqtG6y7Oa/ViR1iZE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E430DFA2C; Wed, 27 Mar 2024 10:00:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711533638188940" MIME-Version: 1.0 Date: Wed, 27 Mar 2024 10:00:38 +0000 From: "pin" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240327100038.E430DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711533638188940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Mar 27 10:00:38 UTC 2024 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add rsftch To generate a diff of this commit: cvs rdiff -u -r1.1114 -r1.1115 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711533638188940 Content-Disposition: inline Content-Length: 572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1114 pkgsrc/sysutils/Makefile:1.1115 --- pkgsrc/sysutils/Makefile:1.1114 Mon Feb 26 19:24:59 2024 +++ pkgsrc/sysutils/Makefile Wed Mar 27 10:00:38 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1114 2024/02/26 19:24:59 pin Exp $ +# $NetBSD: Makefile,v 1.1115 2024/03/27 10:00:38 pin Exp $ # COMMENT= System utilities @@ -639,6 +639,7 @@ SUBDIR+= rkflashtool SUBDIR+= rmtrash SUBDIR+= roller SUBDIR+= rox +SUBDIR+= rsftch SUBDIR+= rsnapshot SUBDIR+= rsyslog SUBDIR+= rsyslog-dbi --_----------=_1711533638188940--