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 4E5B31387FF for ; Mon, 20 Oct 2014 21:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B1ADE084C; Mon, 20 Oct 2014 21:05:51 +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 52A70E083A for ; Mon, 20 Oct 2014 21:05:50 +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 19D5A3403D0 for ; Mon, 20 Oct 2014 21:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A648582 for ; Mon, 20 Oct 2014 21:05:47 +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: <1413839007.5a1a94b2cc7a5ab8e6a7bc75e503d2dd2377558a.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.13.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS README X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5a1a94b2cc7a5ab8e6a7bc75e503d2dd2377558a X-VCS-Branch: openrc-0.13.x Date: Mon, 20 Oct 2014 21:05:47 +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: 05a8c12b-2a73-4562-a4bb-be80138af64b X-Archives-Hash: 1b534c476fb6647ab7f9cc218a0e1077 commit: 5a1a94b2cc7a5ab8e6a7bc75e503d2dd2377558a Author: William Hubbs gmail com> AuthorDate: Mon Oct 20 20:28:13 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Oct 20 21:03:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5a1a94b2 Add NEWS file --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ README | 28 ---------------------------- 2 files changed, 39 insertions(+), 28 deletions(-) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..8858f46 --- /dev/null +++ b/NEWS @@ -0,0 +1,39 @@ +OpenRC NEWS + +This file will contain a list of notable changes for each release. + +OpenRC-0.13.2 +============= +The netmount service now mounts nfs file systems. +This change was made to correct a fix for an earlier bug. + +OpenRC-0.13 +=========== + +/sbin/rc was renamed to /sbin/openrc and /sbin/runscript was renamed to +/sbin/openrc-run due to naming conflicts with other software. + +Backward compatible symbolic links are currently in place so your +system will keep working if you are using the old names; however, it is +strongly advised that you migrate to the new names because the symbolic +links will be removed in the future. +Warnings have been added to assist with this migration; however, due to the +level of noise they produce, they only appear in verbose mode in this release. + +The devfs script now handles the initial mounting and setup of the +/dev directory. If /dev has already been mounted by the kernel or an +initramfs, devfs will remount /dev with the correct mount options +instead of mounting a second /dev over the existing mount point. + +It attempts to mount /dev from fstab first if an entry exists there. If +it doesn't it attempts to mount devtmpfs if it is configured in the +kernel. If not, it attempts to mount tmpfs. +If none of these is available, an error message is displayed and static +/dev is assumed. + +OpenRC-0.12 +=========== + +The net.* scripts, originally from Gentoo Linux, have +been removed. If you need these scripts, look for a package called +netifrc, which is maintained by them. diff --git a/README b/README index 12eb50c..91e5935 100644 --- a/README +++ b/README @@ -57,34 +57,6 @@ init.d.misc is not installed by default as the scripts will need tweaking on a per distro basis. They are also non essential to the operation of the system. -As of OpenRC-0.12, the net.* scripts, originally from Gentoo Linux, have -been removed. If you need these scripts, look for a package called -netifrc, which is maintained by them. - -As of OpenRC-0.13, two binaries have been renamed due to naming -conflicts with other software. The /sbin/rc binary was renamed to -/sbin/openrc, and /sbin/runscript was renamed to /sbin/openrc-run. - -Backward compatible symbolic links are currently in place so your -system will keep working if you are using the old names; however, it is -strongly advised that you migrate to the new names because the symbolic -links will be removed in the future. - -Warnings have been added to assist with this migration; however, they -only show in verbose mode in this release due to the level of noise they -produce. - -Also, the devfs script now handles the initial mounting and setup of the -/dev directory. If /dev has already been mounted by the kernel or an -initramfs, devfs will remount /dev with the correct mount options -instead of mounting a second /dev over the existing mount point. - -It attempts to mount /dev from fstab first if an entry exists there. If -it doesn't it attempts to mount devtmpfs if it is configured in the -kernel. If not, it attempts to mount tmpfs. -If none of these is available, an error message is displayed and static -/dev is assumed. - Reporting Bugs -------------- Since Gentoo Linux is hosting OpenRC development, Bugs should go to