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 9CB85138331 for ; Wed, 28 Sep 2016 00:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9DDDE0979; Wed, 28 Sep 2016 00:40:49 +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 A0772E0979 for ; Wed, 28 Sep 2016 00:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E690B3406DD for ; Wed, 28 Sep 2016 00:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E605A249B for ; Wed, 28 Sep 2016 00:40:45 +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: <1475023142.969546bcf0203379db286be21c7f709d27cc73b0.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf X-VCS-Directories: etc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 969546bcf0203379db286be21c7f709d27cc73b0 X-VCS-Branch: master Date: Wed, 28 Sep 2016 00:40:45 +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: 5cfc4a6b-229e-4f6c-bb4c-59a7e7cc5a9c X-Archives-Hash: c00ca665ffee6f48357f3364a1466b87 commit: 969546bcf0203379db286be21c7f709d27cc73b0 Author: William Hubbs gmail com> AuthorDate: Wed Sep 28 00:38:20 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 28 00:39:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=969546bc typo fix X-Gentoo-Bug: 595306 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=595306 etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.conf b/etc/rc.conf index cbb660a..12362f0 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -239,7 +239,7 @@ rc_tty_number=12 # Set the pids controller settings for this service. #rc_cgroup_pids="" -# Set this to YES if yu want all of the processes in a service's cgroup +# Set this to YES if you want all of the processes in a service's cgroup # killed when the service is stopped or restarted. # This should not be set globally because it kills all of the service's # child processes, and most of the time this is undesirable. Please set