From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 57B71138CF8 for ; Fri, 19 Jun 2015 14:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6055E07D8; Fri, 19 Jun 2015 14:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B597E07D8 for ; Fri, 19 Jun 2015 14:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0613340AA9 for ; Fri, 19 Jun 2015 14:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F26DA32 for ; Fri, 19 Jun 2015 14:56:34 +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: <1434725737.0c2e4eb3cd7935d375b74099a3a9a5fe519e6cab.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: 0c2e4eb3cd7935d375b74099a3a9a5fe519e6cab X-VCS-Branch: master Date: Fri, 19 Jun 2015 14:56:34 +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: e5a54f40-1bf8-4cff-9ecc-5ea7858c1efe X-Archives-Hash: b8b930ca0993dfac876bad7954d25843 commit: 0c2e4eb3cd7935d375b74099a3a9a5fe519e6cab Author: William Hubbs gmail com> AuthorDate: Fri Jun 19 14:55:37 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jun 19 14:55:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0c2e4eb3 Update ChangeLog ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/ChangeLog b/ChangeLog index 081f729..bf87f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +commit d2ce07e227ec95370e8aee5f1199edc6ad61aff9 +Author: William Hubbs +Commit: William Hubbs + + Add rc-sstat script + + The rc-sstat script is written to display status of s6 services and + run rc-status to display all services status. + + This currently only works on Linux. + +commit b209fe3859c05c286037843bb34058f849c54b15 +Author: Mike Gilbert +Commit: William Hubbs + + bootmisc: Don't call dmesg in systemd-nspawn containers + + This fixes #57. + +commit c94c8288cd5217b01c24d6f048c64ebbc30bee02 +Author: Mike Frysinger +Commit: Mike Frysinger + + fix link to s6 website + +commit bcb9c44e73ccf332c7c961a6f82520699c6e776d +Author: Mike Gilbert +Commit: William Hubbs + + man: Document the stopsig variable + + This variable can be used to set the signal to send if the service is + using start-stop-daemon. + + This fixes #56 + +commit bbabf546f9d72cbfc48bd839a6d01b402ee6cced +Author: William Hubbs +Commit: William Hubbs + + Document bash's handling of ulimit options + + When bash is used in posix mode for the shell, the ulimit command uses + a block size of 512 bytes for the -c and -f options. + + X-Gentoo-Bug: 549238 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=549238 + +commit a7fcc1e264b035177b4e524a40b27145baa86969 +Author: William Hubbs +Commit: William Hubbs + + S6: kick the scanner and sleep 1.5 seconds to avoid a race condition + +commit b79d058f162d8b49ccc968744e7cb1b7a7ba729c +Author: William Hubbs +Commit: William Hubbs + + s6: Use s6-svc -Dd to stop services + + This allows us to get rid of the sleep call in the stop function. Also, + we set a configurable timeout value for stopping daemons. + +commit ddce529c71c2e9f01d8e5666e27050b6ed6c6761 +Author: William Hubbs +Commit: William Hubbs + + More s6 fixes + + - When no service link is in the scan directory, show the default + stopped message. + - Do not remove the service link when stopping the service. + +commit e372f97bebd4866633ad56aa5d5b1ae59fa88118 +Author: William Hubbs +Commit: William Hubbs + + Fix the s6 handling + + This changes the default s6 service directory to /var/svc.d, also + it changes the code to work with the individual services instead of + forcing a rescan when a service is started or stopped. + +commit c2abf4b436b8cca8ebed395ff08f5fdc546eadac +Author: William Hubbs +Commit: William Hubbs + + Start work on 0.17 + +commit d247ac4cbbe0ab62564ef82a5940b4f1a03973b3 +Author: William Hubbs +Commit: William Hubbs + + Update changelog + commit bb2d7becfd3008379f8f69b5d036922281aa211f Author: William Hubbs Commit: William Hubbs