From patchwork Thu Jun 7 00:15:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Santos X-Patchwork-Id: 926073 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=datacom.com.br Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 411R0b5LRcz9s01 for ; Thu, 7 Jun 2018 10:16:14 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 55BEF87B19; Thu, 7 Jun 2018 00:16:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6SqFhOEm-e2l; Thu, 7 Jun 2018 00:16:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 97B7887A32; Thu, 7 Jun 2018 00:16:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BCA5E1C0353 for ; Thu, 7 Jun 2018 00:16:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B9B3C882C3 for ; Thu, 7 Jun 2018 00:16:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DQ-K3KdpzwrT for ; Thu, 7 Jun 2018 00:16:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.datacom.com.br (mx.datacom.ind.br [177.66.5.10]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0262A882B1 for ; Thu, 7 Jun 2018 00:16:05 +0000 (UTC) Received: from mail.datacom.com.br (localhost [127.0.0.1]) by mail.datacom.com.br (Postfix) with ESMTPS id 7AECF1BA33B2 for ; Wed, 6 Jun 2018 21:16:20 -0300 (-03) Received: from localhost (localhost [127.0.0.1]) by mail.datacom.com.br (Postfix) with ESMTP id 6B9901BA2FE9 for ; Wed, 6 Jun 2018 21:16:20 -0300 (-03) Received: from mail.datacom.com.br ([127.0.0.1]) by localhost (mail.datacom.com.br [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Y8qyvRqssz9F for ; Wed, 6 Jun 2018 21:16:20 -0300 (-03) Received: from p7-1130br.casantos.org (189.27.246.64.dynamic.adsl.gvt.net.br [189.27.246.64]) by mail.datacom.com.br (Postfix) with ESMTPSA id 2DF4A1BA00F9 for ; Wed, 6 Jun 2018 21:16:20 -0300 (-03) From: Carlos Santos To: buildroot@buildroot.org Date: Wed, 6 Jun 2018 21:15:47 -0300 Message-Id: <20180607001547.3721-1-casantos@datacom.com.br> X-Mailer: git-send-email 2.17.0 Subject: [Buildroot] [PATCH] DEVELOPERS: add myself to init-related packages X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" I'm working on improving the sysvinit scripts, so it's advisable to keep an eye on them. Signed-off-by: Carlos Santos --- DEVELOPERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index c7c798d020..c1ab83ebd3 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -408,11 +408,20 @@ N: Carlo Caione F: package/sunxi-boards/ N: Carlos Santos +F: package/busybox/ F: package/gtest/ +F: package/initscripts/ F: package/libpam-radius-auth/ F: package/libpam-tacplus/ F: package/modem-manager/ F: package/perl-file-util/ +F: package/skeleton-custom/ +F: package/skeleton-init-common/ +F: package/skeleton-init-none/ +F: package/skeleton-init-systemd/ +F: package/skeleton-init-sysv/ +F: package/skeleton/ +F: package/sysvinit/ F: package/util-linux/ F: package/tpm2-abrmd/ F: package/tpm2-tools/