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 EC7C71396D9 for ; Tue, 24 Oct 2017 15:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CFEE2BC004; Tue, 24 Oct 2017 15:43:11 +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 EA68D2BC004 for ; Tue, 24 Oct 2017 15:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7DC5833C4EE for ; Tue, 24 Oct 2017 15:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1060082C for ; Tue, 24 Oct 2017 15:43:08 +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: <1508859731.f3c70bf5b5aa18e8dc94d4949f05568e0741c5cb.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: f3c70bf5b5aa18e8dc94d4949f05568e0741c5cb X-VCS-Branch: master Date: Tue, 24 Oct 2017 15:43:08 +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: bbc39594-56dd-40e9-a00f-119668ba482c X-Archives-Hash: 04fac2cc494307b730659de4f7dade55 commit: f3c70bf5b5aa18e8dc94d4949f05568e0741c5cb Author: William Hubbs gmail com> AuthorDate: Tue Oct 24 15:42:11 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 24 15:42:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f3c70bf5 Update ChangeLog ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7adce415..0bee7a44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +commit f5acc66db7d1a0bfad6a40eefc0240b80f52df94 +Author: William Hubbs +Commit: William Hubbs + + rc_find_pids: ignore pids that are not in our pid namespace + + X-Gentoo-Bug: 634634 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=634634 + +commit fdce4769f2e0f4175163ffa181c7b3b2192f7b22 +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: multiple fixes + + - Harden against dying by handling all signals that would terminate the + program and adding --reexec support + - factor the supervisor into its own function + - fix test for whether we are already running + +commit 35b1996704f6635bb29ea3604410e133209e6432 +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: elevate some log messages to warnings + + Prior to this change, we were logging unexpected terminations of daemons + we were supervising at the info level. This change moves the logs to + warnings. + +commit 3c8e7ed255edb8df0d548d6ce514544d5422cbf0 +Author: William Hubbs +Commit: William Hubbs + + version 0.34 + +commit acaed1f910a2a00fdd5b6aeab752c552075a7292 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 91109e31d81ecd48f5690ad6f63103fca545dec7 Author: William Hubbs Commit: William Hubbs @@ -1430,11 +1472,3 @@ Commit: William Hubbs X-Gentoo-Bug: 597390 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=597390 - -commit c44c904a61418189c989e978b0237e5b161263ef -Author: Joe Maloney -Commit: William Hubbs - - init.d.misc/wpa_supplicant: find wireless interface for FreeBSD - - This fixes #101.