Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ABV+lMIv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=U4KvRryR Received: by mail.netbsd.org (Postfix, from userid 605) id 3AAB884F44; Thu, 16 May 2024 13:58:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715867884; bh=2zyymdAF6oX3MwIuOrvX6qzx87ZHvMQNOcKaLsh9I7o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ABV+lMIv/yTqhqOMCgTY3feJgUiLI9ZGtvfwV7Ecss2jdEZZeRmos8odrYpUB6Y3g C/VYsScZmBnpJ6OPCGVfXjomhIR4u3D1Gs+v/cBwq6mWKd34XmbU0poW7QGnOhdLqd BX/ANEEqp875+EwwfxKCtua6j87gm1SepS421IOI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D5BF84F48 for ; Thu, 16 May 2024 13:58:03 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UDgsqUhjXoZx for ; Thu, 16 May 2024 13:58:02 +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 B463384E5E for ; Thu, 16 May 2024 13:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715867882; bh=2zyymdAF6oX3MwIuOrvX6qzx87ZHvMQNOcKaLsh9I7o=; h=Date:From:Subject:To:Reply-To; b=U4KvRryRH6h2f/NV8Ve+K5Z7WzVVM9kiLftSnVHj56xNhcd2mIXiBGyvuvuw6tfSg nwvJd6cDKFd7kpx8GTUuuYRu4GTRlNQMtmr8YQ1nMzGcwk/87phA1KVoJ3iu6yOx/7 w0ZL/H7OPT6oLZjOFoooRKAfVp9nZRnqVAin5N8s= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5BDDFA2C; Thu, 16 May 2024 13:58:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171586788278690" MIME-Version: 1.0 Date: Thu, 16 May 2024 13:58:02 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240516135802.A5BDDFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171586788278690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Thu May 16 13:58:02 UTC 2024 Modified Files: pkgsrc/sysutils: Makefile Log Message: Enable sets2rootfs To generate a diff of this commit: cvs rdiff -u -r1.1120 -r1.1121 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171586788278690 Content-Disposition: inline Content-Length: 587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1120 pkgsrc/sysutils/Makefile:1.1121 --- pkgsrc/sysutils/Makefile:1.1120 Sat May 11 10:14:25 2024 +++ pkgsrc/sysutils/Makefile Thu May 16 13:58:02 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1120 2024/05/11 10:14:25 wiz Exp $ +# $NetBSD: Makefile,v 1.1121 2024/05/16 13:58:02 cheusov Exp $ # COMMENT= System utilities @@ -691,6 +691,7 @@ SUBDIR+= screentest SUBDIR+= scriptisto SUBDIR+= scsiinfo SUBDIR+= service-config +SUBDIR+= sets2rootfs SUBDIR+= setquota SUBDIR+= sformat SUBDIR+= shc --_----------=_171586788278690--