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 39D16138A2F for ; Fri, 22 Aug 2014 19:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B111E085A; Fri, 22 Aug 2014 19:10:14 +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 8D088E0858 for ; Fri, 22 Aug 2014 19:10:13 +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 AC70533FFEE for ; Fri, 22 Aug 2014 19:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69FD3BF7 for ; Fri, 22 Aug 2014 19:10:09 +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: <1407781053.2c265e13c60be0ed583a871ca12a22e4d379a7c0.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2c265e13c60be0ed583a871ca12a22e4d379a7c0 X-VCS-Branch: master Date: Fri, 22 Aug 2014 19:10:09 +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: ddbae366-3b4f-494b-80e0-248c711f612c X-Archives-Hash: 50bfa3c149bbede5b4d9dffb4babea3c Message-ID: <20140822191009.h-Df0FClUWqDDxYfCkkhWCLlPRBlqhhIOJeP3GHQV6M@z> commit: 2c265e13c60be0ed583a871ca12a22e4d379a7c0 Author: William Hubbs gmail com> AuthorDate: Mon Aug 11 18:17:33 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Aug 11 18:17:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=2c265e13 README: expand information about rc and runscript deprecation --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 917704b..69e3b54 100644 --- a/README +++ b/README @@ -67,7 +67,12 @@ conflicts with other software. The /sbin/rc binary was renamed to 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. +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. Reporting Bugs --------------