All of lore.kernel.org
 help / color / mirror / Atom feed
From: unixmania at gmail.com <unixmania@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v2 0/4] openrc: bump to version 0.42.1
Date: Sun,  1 Mar 2020 12:17:43 -0300	[thread overview]
Message-ID: <20200301151747.25723-1-unixmania@gmail.com> (raw)

From: Carlos Santos <unixmania@gmail.com>

1. Drop the custom getty service, which has issues with openrc 0.42.1.
   Use the already existing agetty service, with two small patches.

2. Bump openrc to version 0.42.1. It requires a patch to prevent
   starting spurions agetty instances for tty[1-6].

3. Add selinux support.

4. Add openrc tests.

Adam Duskett (3):
  package/openrc: bump to version 0.42.1
  package/openrc: add libselinux support
  support/testing: add openrc tests

Carlos Santos (1):
  package/openrc: drop custom getty service

 .gitlab-ci.yml                                |  2 +
 ...ty-replace-sbin-agetty-by-sbin-getty.patch | 33 ++++++++++++
 ...getty-start-agetty-after-all-sevices.patch | 29 +++++++++++
 ...-add-agetty.tty-1-6-if-MKSYSVINIT-ye.patch | 34 +++++++++++++
 package/openrc/getty                          | 24 ---------
 package/openrc/openrc.hash                    |  2 +-
 package/openrc/openrc.mk                      | 18 ++++---
 support/testing/tests/init/test_openrc.py     | 51 +++++++++++++++++++
 8 files changed, 161 insertions(+), 32 deletions(-)
 create mode 100644 package/openrc/0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch
 create mode 100644 package/openrc/0004-init.d-agetty-start-agetty-after-all-sevices.patch
 create mode 100644 package/openrc/0005-runlevels-do-not-add-agetty.tty-1-6-if-MKSYSVINIT-ye.patch
 delete mode 100755 package/openrc/getty
 create mode 100644 support/testing/tests/init/test_openrc.py

-- 
2.18.2

             reply	other threads:[~2020-03-01 15:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-01 15:17 unixmania at gmail.com [this message]
2020-03-01 15:17 ` [Buildroot] [PATCH/next v2 1/4] package/openrc: drop custom getty service unixmania at gmail.com
2020-03-11 16:52   ` Yann E. MORIN
2020-03-11 17:04     ` Carlos Santos
2020-03-01 15:17 ` [Buildroot] [PATCH/next v2 2/4] package/openrc: bump to version 0.42.1 unixmania at gmail.com
2020-03-11 17:22   ` Yann E. MORIN
2020-03-12  2:03     ` Carlos Santos
2020-03-01 15:17 ` [Buildroot] [PATCH/next v2 3/4] package/openrc: add libselinux support unixmania at gmail.com
2020-03-11 17:26   ` Yann E. MORIN
2020-03-11 17:35     ` Yann E. MORIN
2020-04-16  2:41       ` Carlos Santos
2020-04-16  2:20     ` Carlos Santos
2020-03-01 15:17 ` [Buildroot] [PATCH/next v2 4/4] support/testing: add openrc tests unixmania at gmail.com
2020-03-01 17:39   ` Yann E. MORIN
2020-03-03 11:59     ` Carlos Santos
2020-03-11 17:50   ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200301151747.25723-1-unixmania@gmail.com \
    --to=unixmania@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.