From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B07331396D9 for ; Fri, 13 Oct 2017 16:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228532BC010; Fri, 13 Oct 2017 16:38:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E41372BC010 for ; Fri, 13 Oct 2017 16:38:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FBC33BF44 for ; Fri, 13 Oct 2017 16:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 333096AA2 for ; Fri, 13 Oct 2017 16:38:38 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1507912189.acaed1f910a2a00fdd5b6aeab752c552075a7292.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: acaed1f910a2a00fdd5b6aeab752c552075a7292 X-VCS-Branch: master Date: Fri, 13 Oct 2017 16:38:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a62c391e-74b1-4ae6-b398-5d198bb2b512 X-Archives-Hash: 3335aad80e9695841c4b662d7dc8bd1d commit: acaed1f910a2a00fdd5b6aeab752c552075a7292 Author: William Hubbs gmail com> AuthorDate: Fri Oct 13 16:29:49 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Oct 13 16:29:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=acaed1f9 Update ChangeLog ChangeLog | 107 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 42 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b4cc057..7adce415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +commit 91109e31d81ecd48f5690ad6f63103fca545dec7 +Author: William Hubbs +Commit: William Hubbs + + update news + +commit 2b6eeea01d1c64d58929788f4bfa0758393885bf +Author: William Hubbs +Commit: William Hubbs + + man: remove service(8) man page + +commit a15de23e5713d840d871c526b46050983dc6ea1e +Author: William Hubbs +Commit: William Hubbs + + typo fix + +commit efa9ba485d9328f780f3e60dc18339c75974c6c6 +Author: William Hubbs +Commit: William Hubbs + + init.d/sysfs.in: fix reference to RC_LIBEXECDIR + + The sysfs init script referred to @LIBEXECDIR@ before this change, but + it is better to refer to RC_LIBEXECDIR so that we get rid of a sed + substitution. + +commit d4ddd72701ff5533a1ba07b1da60806859c63d88 +Author: Chris Cromer +Commit: William Hubbs + + add option to make agetty startup quiet + + This fixes #150 + +commit 1e9af2cd421423404ffe1491bd35af76c2885f1f +Author: William Hubbs +Commit: William Hubbs + + fix compiler warning + +commit 3c05db74f6e733890e9035c183a774db3d512512 +Author: William Hubbs +Commit: William Hubbs + + remove service binary + + The service binary was just a synonym for rc-service, so use rc-service + instead of service. If you want a "service" binary, it should be + something that can determine which service manager you are running and + run the appropriate service manager commands. + +commit edc54b03770d5f58d1a4969d06c28660003dfb04 +Author: William Hubbs +Commit: William Hubbs + + version 0.33 + +commit 8e53a3fa8a33fb714064ddbe38bff2213fcf6837 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 7f3b41311119e3a96a15b0fb473b44f422e903e9 Author: William Hubbs Commit: William Hubbs @@ -1373,45 +1438,3 @@ Commit: William Hubbs init.d.misc/wpa_supplicant: find wireless interface for FreeBSD This fixes #101. - -commit 78146b0e14cb57dda8a3aed3d4f8d6b1db7a3c7e -Author: Sven Wegener -Commit: William Hubbs - - do_service: Initialize idx to 0 - - If index is not explicitly specified for service_started_daemon, it will - look for daemons by random index. - - This fixes #100. - -commit deaae7ab5c499191426cec81f6e803c972f0cca3 -Author: William Hubbs -Commit: William Hubbs - - init.d/sysfs: load efivarfs module when booting in efi mode:1 - - The presence of /sys/firmware/efi is used to indicate that the system - was booted in efi mode. - -commit 3d2c2f0b871944492036d04b0c220ccba1fa2dd5 -Author: William Hubbs -Commit: William Hubbs - - init.d/sysfs: fix efivarfs module test - -commit 6a0c033a64ce18056625cd37a94b9810dc5784e3 -Author: William Hubbs -Commit: William Hubbs - - init.d/sysfs: fix efivarfs handling - - Separate loading the module, if it isn't built in or loaded, from - mounting the file system. - - This also makes sure the warning about configuring the module in - /etc/conf.d/modules or building it in is displayed only if it is loaded - successfully. - - X-Gentoo-Bug: 595836 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=595836