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 13C1B1396D9 for ; Thu, 26 Oct 2017 19:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583492BC00B; Thu, 26 Oct 2017 19:04:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 234842BC00B for ; Thu, 26 Oct 2017 19:04: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 EF15233C770 for ; Thu, 26 Oct 2017 19:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95400325 for ; Thu, 26 Oct 2017 19:04: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: <1509044635.a5cd486a7fbb5acf8e8f3085500fd86c23dd8641.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: a5cd486a7fbb5acf8e8f3085500fd86c23dd8641 X-VCS-Branch: 0.34.x Date: Thu, 26 Oct 2017 19:04: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: 0cc53c80-18ad-4472-a9b6-ad07a7ff86a6 X-Archives-Hash: 13b13eab8cf154b24cee9afac0f8e17b commit: a5cd486a7fbb5acf8e8f3085500fd86c23dd8641 Author: William Hubbs gmail com> AuthorDate: Thu Oct 26 19:03:55 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Oct 26 19:03:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a5cd486a Update ChangeLog ChangeLog | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0cbe56be..4749750a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +commit 6e6b4ac5fa935eb8052d293f2b8378e0395572e1 +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: log the command line we run to spawn the child process + +commit 558ff4d5fb90b751ebc2852ea907873af2c236fa +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: log with the service name instead of "supervise-daemon" + +commit 490f855aef581a720c6c0be0d8407fe6d279f9f5 +Author: William Hubbs +Commit: William Hubbs + + implement "unsupervised" status + + The unsupervised status is to be used when a supervisor of a supervised + service dies but leaves the service daemon itself running. + +commit d1491e201d3ad364e25a55b29ff8035775a6acac +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: remove child_pid from saved options during shutdown + + This allows us to detect when the supervisor dies unexpectedly because + in that case child_pid will still exist. + +commit 3231af937590b1c00af1a459009472a371aeb04a +Author: William Hubbs +Commit: William Hubbs + + rc_service_value_set: remove the option if NULL is the value + + This allows the equivalent of "unsetting" a value for a service. + +commit a5758e7aeffbeb9766ba3055a3fc347f0ccd3d35 +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon.sh: fix status function with no namespaces + +commit 61a9393ce12fda412bdca4002ac71e7df82384df +Author: Patrick McLean +Commit: William Hubbs + + cgroups_cleanup: clean up shutdown signaling + + - do not sleep for the full 90 seconds if processes are dead + - re-arrange the order of signals we attempt to send to the processes + +commit 161d22cb074ecef7003e19682d72a8ee61c14490 +Author: William Hubbs +Commit: William Hubbs + + version 0.34.3 + +commit 3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 934530914bd507476b428d3f6572bbb1c5bbfd16 Author: William Hubbs Commit: William Hubbs