Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: etc/
Date: Wed, 28 Sep 2016 00:40:50
Message-Id: 1475023142.969546bcf0203379db286be21c7f709d27cc73b0.williamh@OpenRC
1 commit: 969546bcf0203379db286be21c7f709d27cc73b0
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 00:38:20 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 00:39:02 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=969546bc
7
8 typo fix
9
10 X-Gentoo-Bug: 595306
11 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=595306
12
13 etc/rc.conf | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/etc/rc.conf b/etc/rc.conf
17 index cbb660a..12362f0 100644
18 --- a/etc/rc.conf
19 +++ b/etc/rc.conf
20 @@ -239,7 +239,7 @@ rc_tty_number=12
21 # Set the pids controller settings for this service.
22 #rc_cgroup_pids=""
23
24 -# Set this to YES if yu want all of the processes in a service's cgroup
25 +# Set this to YES if you want all of the processes in a service's cgroup
26 # killed when the service is stopped or restarted.
27 # This should not be set globally because it kills all of the service's
28 # child processes, and most of the time this is undesirable. Please set