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 9557F138825 for ; Mon, 20 Oct 2014 20:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1A2E0849; Mon, 20 Oct 2014 20:59:10 +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 4720AE084A for ; Mon, 20 Oct 2014 20:59:10 +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 B83833404A5 for ; Mon, 20 Oct 2014 20:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48A818581 for ; Mon, 20 Oct 2014 20:59:06 +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: <1413838331.9bf789f78890c8b5879d29acb9fb0e23285baee4.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9bf789f78890c8b5879d29acb9fb0e23285baee4 X-VCS-Branch: master Date: Mon, 20 Oct 2014 20:59:06 +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: f16024cf-8c6a-4c9c-9012-fa54e85915ca X-Archives-Hash: 21ffb3e61535a74dfbaee6ddd3984a0c commit: 9bf789f78890c8b5879d29acb9fb0e23285baee4 Author: William Hubbs gmail com> AuthorDate: Mon Oct 20 20:52:11 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Oct 20 20:52:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=9bf789f7 Update news file wrt chroot variable --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 8858f46..aea5232 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ This file will contain a list of notable changes for each release. OpenRC-0.13.2 ============= + +A chroot variable has been added to the service script variables. +This fixes the support for running a service in a chroot. +This is documented in man 8 openrc-run. + The netmount service now mounts nfs file systems. This change was made to correct a fix for an earlier bug.