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 552C7138330 for ; Thu, 25 Aug 2016 22:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38AA1E0810; Thu, 25 Aug 2016 22:42:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA5ABE0810 for ; Thu, 25 Aug 2016 22:42:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23AC6340988 for ; Thu, 25 Aug 2016 22:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3998F2460 for ; Thu, 25 Aug 2016 22:42: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: <1472164572.147855207199970aa0a10ffa6575e980ffb3bdb8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.21.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 147855207199970aa0a10ffa6575e980ffb3bdb8 X-VCS-Branch: 0.21.x Date: Thu, 25 Aug 2016 22:42: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: daa07a6d-cd90-4b85-b32a-f1af481862a8 X-Archives-Hash: ef0100db34ec5b28733dba1f2fae2b16 commit: 147855207199970aa0a10ffa6575e980ffb3bdb8 Author: William Hubbs gmail com> AuthorDate: Thu Aug 25 22:33:04 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Aug 25 22:36:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=14785520 Update news file Add information on modules-load service and more explanation about dealing with the rc -> openrc and runscript -> openrc-run transitions. NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index c7e2d12..1a445bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,19 @@ these files for the setup. The deprecation messages in 0.13.x for runscript and rc are now made visible in preparation for the removal of these binaries in 1.0. +The steps you should take to get rid of these warnings is to run openrc +in initialization steps instead of rc and change the shebang lines in +service scripts to refer to "openrc-run" instead of "runscript". + +In 0.21.4, a modules-load service was added. This works like the +equivalent service in systemd. It looks for files named *.conf first in +/usr/lib/modules-load.d, then /run/modules-load.d, then +/etc/modules-lload.d. These files contain, a list of modules, one per +line, which should be loaded into the kernel. If a file name appears in +/run/modules-load.d, it overrides a file of the same name in +/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d +overrides a file of the same name in both previous directories. + ## OpenRC-0.19 This version adds a net-online service. By default, this