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 38410139694 for ; Fri, 14 Apr 2017 16:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B997E0D30; Fri, 14 Apr 2017 16:11:36 +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 7AF36E0D30 for ; Fri, 14 Apr 2017 16:11:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D58534164B for ; Fri, 14 Apr 2017 16:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4633E246C for ; Fri, 14 Apr 2017 16:11:33 +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: <1492186267.5fd3747b190887d094225547f23007d25e2d9592.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/openrc-init.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5fd3747b190887d094225547f23007d25e2d9592 X-VCS-Branch: master Date: Fri, 14 Apr 2017 16:11:33 +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: ffcd0487-3421-493c-b20d-6738ff69eb50 X-Archives-Hash: 84994fec2a596e3340956b3780fcf1bb commit: 5fd3747b190887d094225547f23007d25e2d9592 Author: William Hubbs gmail com> AuthorDate: Fri Apr 14 16:10:56 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 14 16:11:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5fd3747b reword the bugs section of the openrc-init man page man/openrc-init.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/openrc-init.8 b/man/openrc-init.8 index 93068f10..8cd4d02b 100644 --- a/man/openrc-init.8 +++ b/man/openrc-init.8 @@ -37,9 +37,9 @@ doesn't manage getty's directly, so you will need to manage them another way. For example, you can use the agetty service script as described in agetty-guide.md in this distribution. .Sh BUGS -OpenRC 0.25 contains the first release of this init process. -I do not know of any specific issues. However, if you use it, please be -aware that there may be bugs and report any issues you find. +This was first released as part of OpenRC 0.25. +I do not know of any specific issues. However, since this is the first +release of openrc-init, please test and report any issues you find. .Sh SEE ALSO .Xr openrc-shutdown 8 , .Sh AUTHORS