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 5466D1396D9 for ; Tue, 7 Nov 2017 22:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F9FE0CB8; Tue, 7 Nov 2017 22:09:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 45733E0CB8 for ; Tue, 7 Nov 2017 22:09: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 04A7633BF05 for ; Tue, 7 Nov 2017 22:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E977987C for ; Tue, 7 Nov 2017 22:09:37 +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: <1510092068.b98e83ee9195eb052fafebc440515f0b2d055a91.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.34.x 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: b98e83ee9195eb052fafebc440515f0b2d055a91 X-VCS-Branch: 0.34.x Date: Tue, 7 Nov 2017 22:09:37 +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: 2215261a-30df-4d09-acd7-83283b5a2b46 X-Archives-Hash: 933374a63ac5ddcf489b53202013f1dd commit: b98e83ee9195eb052fafebc440515f0b2d055a91 Author: William Hubbs gmail com> AuthorDate: Tue Nov 7 22:01:08 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Nov 7 22:01:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b98e83ee Update ChangeLog ChangeLog | 61 +++++++++++++++++++++---------------------------------------- 1 file changed, 21 insertions(+), 40 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8ec51db..ec1142d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +commit d59197fafef164fe7319f9d87f544a8cc8e25044 +Author: William Hubbs +Commit: William Hubbs + + start-stop-daemon: do not use do_stop to verify whether a daemon is running + + X-Gentoo-Bug: 636574 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=636574 + +commit b66c86c9ee6d34d0a9d77140b8e7612709ba19d1 +Author: William Hubbs +Commit: William Hubbs + + version 0.34.6 + +commit f7eb236f6fd8c10af211c6667940e8e1650c12da +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 1936d73eb1aecf31029d53e75e6bb14e307f8e1c Author: William Hubbs Commit: William Hubbs @@ -1580,43 +1601,3 @@ Commit: William Hubbs selinux: fix SIGSEGV with invalid contexts Fixes: https://github.com/openrc/openrc/issues/104 - -commit 4f9bd7e4db185ce6debbebb5242344d8ffadc3ae -Author: William Hubbs -Commit: William Hubbs - - init.d/loopback.in: drop the route to the loopback interface on Linux - - This is related to #103. - -commit bf539f2196290864ce5c5fd0d679b74ee016e2da -Author: William Hubbs -Commit: William Hubbs - - init.d/mount-ro: do not remount /usr read only if it is premounted - - X-Gentoo-Bug: 573760 - X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573760 - -commit 20b60ea904612669dfb744beffcd8e7e447f69ef -Author: William Hubbs -Commit: William Hubbs - - conf.d/net-online: clarify comment about interfaces setting - - This setting refers to all interfaces that support ethernet - -commit f53c8baef3a6215077c00901759cbbcbe8f10e9b -Author: William Hubbs -Commit: William Hubbs - - init.d/net-online: remove interfaces and timeout from local declarations - - X-Gentoo-Bug: 598621 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=598621 - -commit be06cd250e12e63b8eb704bb2508e06fb9791251 -Author: William Hubbs -Commit: William Hubbs - - src/rc/rc: do not try to start services if fork fails