Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:0.22.x commit in: /
Date: Thu, 03 Nov 2016 21:28:09
Message-Id: 1478208453.ea047033c40d7e014317b149566014d56e5e42bb.williamh@OpenRC
1 commit: ea047033c40d7e014317b149566014d56e5e42bb
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 3 21:27:33 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 21:27:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ea047033
7
8 update ChangeLog
9
10 ChangeLog | 249 ++++++++++++++++++++++----------------------------------------
11 1 file changed, 87 insertions(+), 162 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index 6f49f75..9efb1ce 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,90 @@
18 +commit 2bad4da89119c0385f9c92baef148590fb576c88
19 +Author: William Hubbs <w.d.hubbs@×××××.com>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + init.d/loopback.in: drop the route to the loopback interface on Linux
23 +
24 + This is related to #103.
25 +
26 +commit 3c5244fb6acaed01cd186c356e2730f12c77ca99
27 +Author: William Hubbs <w.d.hubbs@×××××.com>
28 +Commit: William Hubbs <w.d.hubbs@×××××.com>
29 +
30 + init.d/mount-ro: do not remount /usr read only if it is premounted
31 +
32 + X-Gentoo-Bug: 573760
33 + X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573760
34 +
35 +commit f1134f4efefdc9b71b2e2c68aacf9b3f3b0ad7c0
36 +Author: William Hubbs <w.d.hubbs@×××××.com>
37 +Commit: William Hubbs <w.d.hubbs@×××××.com>
38 +
39 + conf.d/net-online: clarify comment about interfaces setting
40 +
41 + This setting refers to all interfaces that support ethernet
42 +
43 +commit 9f68514f8ab9a2d4bf7e095b3a41b3c2043d07fe
44 +Author: William Hubbs <w.d.hubbs@×××××.com>
45 +Commit: William Hubbs <w.d.hubbs@×××××.com>
46 +
47 + init.d/net-online: remove interfaces and timeout from local declarations
48 +
49 + X-Gentoo-Bug: 598621
50 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=598621
51 +
52 +commit b16625e62502c2924f9c00ab144845b93857f6c7
53 +Author: William Hubbs <w.d.hubbs@×××××.com>
54 +Commit: William Hubbs <w.d.hubbs@×××××.com>
55 +
56 + src/rc/rc: do not try to start services if fork fails
57 +
58 +commit 5dc13a0ff21f2e0a0b23e32e864a19f7f0a2766f
59 +Author: Robin H. Johnson <robbat2@g.o>
60 +Commit: William Hubbs <w.d.hubbs@×××××.com>
61 +
62 + init.d/loopback: drop scope on loopback
63 +
64 + Busybox does not support the 'scope' argument on 'ip address add' or 'ip
65 + route add', this is documented in BUSYBOX.md, but is no longer actually
66 + needed, as the kernel does get it right without manual specification,
67 + and the ifconfig variant already relies on the kernel to get it right.
68 + This is part of #103.
69 +
70 + X-Gentoo-Bug: 487208
71 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208
72 +
73 +commit c094c75f34776ccae2a89dcb8b6c19d7a8155f56
74 +Author: William Hubbs <w.d.hubbs@×××××.com>
75 +Commit: William Hubbs <w.d.hubbs@×××××.com>
76 +
77 + src/rc/rc-misc.c: report error if call to flock() fails
78 +
79 + X-Gentoo-Bug: 597390
80 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=597390
81 +
82 +commit 0e925c511d202257b04b27a6ff2a4563bf2f1469
83 +Author: Sven Wegener <swegener@g.o>
84 +Commit: William Hubbs <w.d.hubbs@×××××.com>
85 +
86 + do_service: Initialize idx to 0
87 +
88 + If index is not explicitly specified for service_started_daemon, it will
89 + look for daemons by random index.
90 +
91 + This fixes #100.
92 +
93 +commit 9ae469289d89313dc3e6076f089a87015852a788
94 +Author: William Hubbs <w.d.hubbs@×××××.com>
95 +Commit: William Hubbs <w.d.hubbs@×××××.com>
96 +
97 + version 0.22.3
98 +
99 +commit d8ed89971bd2a9fa7cc5014f4d791220a915a3d6
100 +Author: William Hubbs <w.d.hubbs@×××××.com>
101 +Commit: William Hubbs <w.d.hubbs@×××××.com>
102 +
103 + update ChangeLog
104 +
105 commit a537bd7abb8d3d1841635c78f9163e6d1abad0ba
106 Author: William Hubbs <w.d.hubbs@×××××.com>
107 Commit: William Hubbs <w.d.hubbs@×××××.com>
108 @@ -1394,165 +1481,3 @@ Commit: William Hubbs <w.d.hubbs@×××××.com>
109 directory @SYSCONFDIR@/rc.conf.d and putting files in this directory.
110 The files will be processed in lexical order, and the last setting in
111 these files will be used.
112 -
113 -commit 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c
114 -Author: William Hubbs <w.d.hubbs@×××××.com>
115 -Commit: William Hubbs <w.d.hubbs@×××××.com>
116 -
117 - consolefont: add after modules to dependencies
118 -
119 - X-Gentoo-Bug: 559540
120 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540
121 -
122 -commit ee944553a9ea35622046bd1ab5657fd416a7019a
123 -Author: William Hubbs <w.d.hubbs@×××××.com>
124 -Commit: William Hubbs <w.d.hubbs@×××××.com>
125 -
126 - bootmisc: optionally save the previous dmesg log
127 -
128 - X-Gentoo-Bug: 561204
129 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561204
130 -
131 -commit 6cae41a4e63510cdcf3af1153d6e8300435e1838
132 -Author: William Hubbs <w.d.hubbs@×××××.com>
133 -Commit: William Hubbs <w.d.hubbs@×××××.com>
134 -
135 - etc/rc.conf: Clean up documentation for rc_hotplug
136 -
137 - X-Gentoo-Bug: 554540
138 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554540
139 -
140 -commit 960881fcfe974178c0846a816663a258cdd488cc
141 -Author: William Hubbs <w.d.hubbs@×××××.com>
142 -Commit: William Hubbs <w.d.hubbs@×××××.com>
143 -
144 - Add net-online service
145 -
146 -commit d26013494db8ea8699db9815ef4c4b0eb2f55e7f
147 -Author: William Hubbs <w.d.hubbs@×××××.com>
148 -Commit: William Hubbs <w.d.hubbs@×××××.com>
149 -
150 - mtab: typo fix
151 -
152 -commit b29b2fb3cb3e73b4453483ced908f0ef10e47e9c
153 -Author: William Hubbs <w.d.hubbs@×××××.com>
154 -Commit: William Hubbs <w.d.hubbs@×××××.com>
155 -
156 - mtab: make /etc/mtab as a file configurable
157 -
158 -commit 7da72ce487a8d92d992e7fd3db881c198ae02609
159 -Author: William Hubbs <w.d.hubbs@×××××.com>
160 -Commit: William Hubbs <w.d.hubbs@×××××.com>
161 -
162 - openrc-run.sh: fix new required_* tests to exit properly
163 -
164 -commit fc777aeaf3e6e2d47f4599acfe6c8d1bf5bc760a
165 -Author: William Hubbs <w.d.hubbs@×××××.com>
166 -Commit: William Hubbs <w.d.hubbs@×××××.com>
167 -
168 - typo fix
169 -
170 - X-Gentoo-Bug: 563010
171 - X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563010
172 -
173 -commit 9d53d436ae22d6f0f6fc1537e836dd1b4d31cf35
174 -Author: William Hubbs <w.d.hubbs@×××××.com>
175 -Commit: William Hubbs <w.d.hubbs@×××××.com>
176 -
177 - sysfs: consolidate cgroup processing code in a single function
178 -
179 -commit b81317bdf8e3eed8b8ff2bef757ba29f362ed297
180 -Author: William Hubbs <w.d.hubbs@×××××.com>
181 -Commit: William Hubbs <w.d.hubbs@×××××.com>
182 -
183 - mountinfo: make sure the netdev variable is initialized on Linux
184 -
185 - This fixes the following regression:
186 -
187 - X-Gentoo-Bug: 562668
188 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562668
189 -
190 -commit 29f7e335927d4c1fb151124de8cdf01fb87723fa
191 -Author: William Hubbs <w.d.hubbs@×××××.com>
192 -Commit: William Hubbs <w.d.hubbs@×××××.com>
193 -
194 - openrc-run.sh: allow spaces in required_{files,dirs}
195 -
196 - X-Gentoo-Bug: 562320
197 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562320
198 -
199 -commit 850ca030777cb0c3e2fb03d9ab1f0ccee7b89e93
200 -Author: William Hubbs <w.d.hubbs@×××××.com>
201 -Commit: William Hubbs <w.d.hubbs@×××××.com>
202 -
203 - increment version number
204 -
205 -commit 050ddfae4ad1ad0dc5993766e0bd90739bd41de9
206 -Author: William Hubbs <w.d.hubbs@×××××.com>
207 -Commit: William Hubbs <w.d.hubbs@×××××.com>
208 -
209 - Update ChangeLog
210 -
211 -commit d5116cc697c9eb275ab8497939ab41504e5ce578
212 -Author: William Hubbs <w.d.hubbs@×××××.com>
213 -Commit: William Hubbs <w.d.hubbs@×××××.com>
214 -
215 - localmount: white space cleanup
216 -
217 -commit b86d170037197d7bdcda57c7d4c09c17bda97f31
218 -Author: Ian Stakenvicius <axs@g.o>
219 -Commit: William Hubbs <w.d.hubbs@×××××.com>
220 -
221 - localmount: clean up handling of aufs branches
222 -
223 - X-Gentoo-Bug: 560008
224 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560008
225 -
226 -commit 6fa0d6318bcd5c98548cff2ff840bca116892ca5
227 -Author: William Hubbs <w.d.hubbs@×××××.com>
228 -Commit: William Hubbs <w.d.hubbs@×××××.com>
229 -
230 - mtab: fix update logic
231 -
232 - This advises users to remove mtab from their runlevels if /etc/mtab is a
233 - symlink, and it creates the symlink if /etc/mtab does not exist on a
234 - system.
235 -
236 - X-Gentoo-Bug: 560060
237 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560060
238 -
239 -commit 80d3928b0d13f09a9c1e82bd27c9fff943d84d43
240 -Author: Austin S. Hemmelgarn <ahferroin7@×××××.com>
241 -Commit: William Hubbs <w.d.hubbs@×××××.com>
242 -
243 - cgroups: Add the hugetlb, net_cls and pids controllers
244 -
245 - Note from WilliamH: I slightly rearranged the code and added the
246 - settings in rc.conf.
247 -
248 - X-Gentoo-Bug: 555488
249 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=555488
250 -
251 -commit 17ef205bc63a4e231dccee719394a7a8563f8c3f
252 -Author: William Hubbs <w.d.hubbs@×××××.com>
253 -Commit: William Hubbs <w.d.hubbs@×××××.com>
254 -
255 - sysfs: use printf instead of echo to write to cgroup files
256 -
257 - This is needed for compatibility with musl and printf is also posix.
258 -
259 - X-Gentoo-Bug: 562334
260 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562334
261 -
262 -commit b20a1951adf9a705a903fb3047b7ef26c013103c
263 -Author: William Hubbs <w.d.hubbs@×××××.com>
264 -Commit: William Hubbs <w.d.hubbs@×××××.com>
265 -
266 - rc-cgroup.sh: Do not add leading spaces to cgroup values
267 -
268 - We were starting the value we write to the cgroup setting file with
269 - leading spaces and this was causing issues. This change makes sure that
270 - we aren't adding leading spaces to the value.
271 -
272 - X-Gentoo-Bug: 562354
273 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562354