Received: by mail.netbsd.org (Postfix, from userid 605) id 681EE84E46; Tue, 19 Dec 2017 11:45:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E779E84E3A for ; Tue, 19 Dec 2017 11:45:57 +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 rSHLZki8ee5X for ; Tue, 19 Dec 2017 11:45:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 880FB84D03 for ; Tue, 19 Dec 2017 11:45:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86230FB40; Tue, 19 Dec 2017 11:45:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513683957126340" MIME-Version: 1.0 Date: Tue, 19 Dec 2017 11:45:57 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20171219114557.86230FB40@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. --_----------=_1513683957126340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Dec 19 11:45:57 UTC 2017 Modified Files: pkgsrc/sysutils: Makefile Log Message: sysutils/Makefile: Add rcm To generate a diff of this commit: cvs rdiff -u -r1.742 -r1.743 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513683957126340 Content-Disposition: inline Content-Length: 574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.742 pkgsrc/sysutils/Makefile:1.743 --- pkgsrc/sysutils/Makefile:1.742 Thu Dec 14 03:38:43 2017 +++ pkgsrc/sysutils/Makefile Tue Dec 19 11:45:57 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.742 2017/12/14 03:38:43 jnemeth Exp $ +# $NetBSD: Makefile,v 1.743 2017/12/19 11:45:57 leot Exp $ # COMMENT= System utilities @@ -478,6 +478,7 @@ SUBDIR+= py-xattr SUBDIR+= qlogtools SUBDIR+= radeontool SUBDIR+= radmind +SUBDIR+= rcm SUBDIR+= rconfig SUBDIR+= rdfind SUBDIR+= rdiff-backup --_----------=_1513683957126340--