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 39FF9138CD2 for ; Wed, 13 May 2015 22:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9290DE0899; Wed, 13 May 2015 22:00: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 17A8FE0899 for ; Wed, 13 May 2015 22:00: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 45D4D340861 for ; Wed, 13 May 2015 22:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 076349E9 for ; Wed, 13 May 2015 22:00: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: <1431554394.4f544f4130e0b62e18bdde42cad2b3aed085136d.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.16.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: 4f544f4130e0b62e18bdde42cad2b3aed085136d X-VCS-Branch: openrc-0.16.x Date: Wed, 13 May 2015 22:00: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: c26759d5-b9b6-4397-9789-1c212b9e6bd1 X-Archives-Hash: 1b094d97bc7ef1aa1a532068a1381524 commit: 4f544f4130e0b62e18bdde42cad2b3aed085136d Author: William Hubbs gmail com> AuthorDate: Wed May 13 21:59:54 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed May 13 21:59:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4f544f41 update change log ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 081f729..9e8c477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +commit c65bed756e5f5cfa244d9aa4325691345d8c324d +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 ccc81a9cad5d9beb739593827fc4bbc04c4a3304 +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 3a1e304d6c56875838b884b6e0608fe756ccce4e +Author: William Hubbs +Commit: William Hubbs + + Start work on 0.16.1 + +commit d247ac4cbbe0ab62564ef82a5940b4f1a03973b3 +Author: William Hubbs +Commit: William Hubbs + + Update changelog + commit bb2d7becfd3008379f8f69b5d036922281aa211f Author: William Hubbs Commit: William Hubbs