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 15AA91396D9 for ; Wed, 25 Oct 2017 20:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7262BC001; Wed, 25 Oct 2017 20:25:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 58B9A2BC001 for ; Wed, 25 Oct 2017 20:25:19 +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 155F633BEC7 for ; Wed, 25 Oct 2017 20:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0703320 for ; Wed, 25 Oct 2017 20:25:16 +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: <1508962553.3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1.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: 3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1 X-VCS-Branch: 0.34.x Date: Wed, 25 Oct 2017 20:25:16 +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: 061ff982-b8ae-4472-af8e-5eabf9aecc1d X-Archives-Hash: 286cf38b251c0db8f04f33a10028f6a8 commit: 3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1 Author: William Hubbs gmail com> AuthorDate: Wed Oct 25 20:15:53 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Oct 25 20:15:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3a96ca1c Update ChangeLog ChangeLog | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea893f4d..0cbe56be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +commit 934530914bd507476b428d3f6572bbb1c5bbfd16 +Author: William Hubbs +Commit: William Hubbs + + add "unsupervised" status and return code 64 to supervise-daemon status function + + This is to be used if the service is being supervised and the + supervisor is somehow killed. + + Currently, this is very linux specific, but I will expand to other + platforms, patches are welcome. + +commit b717625cd27950c3f00b5345bc1cee9700e79498 +Author: William Hubbs +Commit: William Hubbs + + version 0.34.2 + +commit b47539613431521e5e99bc388e6a9d8eb0e48801 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit e7b1d898ca7896d6443ba1e5167eb6bcf3f92929 Author: William Hubbs Commit: William Hubbs @@ -1469,18 +1493,3 @@ Author: William Hubbs Commit: William Hubbs src/rc/rc: do not try to start services if fork fails - -commit 003657c973ea338a19f2b7294190af9d76cf5cea -Author: Robin H. Johnson -Commit: William Hubbs - - init.d/loopback: drop scope on loopback - - Busybox does not support the 'scope' argument on 'ip address add' or 'ip - route add', this is documented in BUSYBOX.md, but is no longer actually - needed, as the kernel does get it right without manual specification, - and the ifconfig variant already relies on the kernel to get it right. - This is part of #103. - - X-Gentoo-Bug: 487208 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208