Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Fri, 04 Dec 2015 19:52:35
Message-Id: 1449258621.a1acdeb92ead07f2dc60cb9796aaf5b4ea377713.williamh@OpenRC
1 commit: a1acdeb92ead07f2dc60cb9796aaf5b4ea377713
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 4 19:50:21 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 4 19:50:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a1acdeb9
7
8 update ChangeLog
9
10 ChangeLog | 449 ++++++++++++++++++++++++++++++--------------------------------
11 1 file changed, 215 insertions(+), 234 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index bbf0105..88e6be7 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,218 @@
18 +commit b810473e4f7218afbb7047890860c15a8c45472b
19 +Author: William Hubbs <w.d.hubbs@×××××.com>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + man/openrc-run.8: Clarify documentation on dependencies and keywords
23 +
24 + Provide an example of using the -containers keyword and clarify
25 + documentation on some of the dependency functions.
26 +
27 +commit 627e925463068e754ffd869f99a43634d6d9631e
28 +Author: William Hubbs <w.d.hubbs@×××××.com>
29 +Commit: William Hubbs <w.d.hubbs@×××××.com>
30 +
31 + add support for -containers keyword
32 +
33 +commit f5cf1136e70502ee530f20f0434f312611b12b51
34 +Author: William Hubbs <w.d.hubbs@×××××.com>
35 +Commit: William Hubbs <w.d.hubbs@×××××.com>
36 +
37 + Use systype variable for rc_sys call
38 +
39 +commit a4038e11712d4c3f87f541f90be0b88f2903b82d
40 +Author: William Hubbs <w.d.hubbs@×××××.com>
41 +Commit: William Hubbs <w.d.hubbs@×××××.com>
42 +
43 + rc.conf.Linux: document the rkt keyword
44 +
45 +commit a0cf8f91246ff4487b36d6432dab787e5b10957d
46 +Author: William Hubbs <w.d.hubbs@×××××.com>
47 +Commit: William Hubbs <w.d.hubbs@×××××.com>
48 +
49 + Add detection for rkt containers
50 +
51 +commit 9fedb3b40b5983372b2c2de29dfe321c6dfaadf4
52 +Author: William Hubbs <w.d.hubbs@×××××.com>
53 +Commit: William Hubbs <w.d.hubbs@×××××.com>
54 +
55 + Add detection for docker containers
56 +
57 +commit 635e33cdc8f18bb290756633ce0714c496383cfb
58 +Author: William Hubbs <w.d.hubbs@×××××.com>
59 +Commit: William Hubbs <w.d.hubbs@×××××.com>
60 +
61 + librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys
62 +
63 + These functions were never meant to be used outside of OpenRC, and they
64 + were added when we thought we were going to do away with the automatic
65 + detection of subsystems. Since the autodetection is not going away, we
66 + can combine these functions into rc_sys.
67 +
68 +commit bd9456ff3172cc88f32d67bd4e789e2beee43595
69 +Author: William Hubbs <w.d.hubbs@×××××.com>
70 +Commit: William Hubbs <w.d.hubbs@×××××.com>
71 +
72 + rc-functions.sh: add support for user-defined want dependencies
73 +
74 +commit 33d3f33b3ca7dd2ce616b8182d588d0743c2f124
75 +Author: Ian Stakenvicius <axs@g.o>
76 +Commit: William Hubbs <w.d.hubbs@×××××.com>
77 +
78 + Implement "want" dependency
79 +
80 + The want dependency is similar to the use dependency. If a service
81 + script, for example called service1, adds "want service2" to its depend
82 + function, OpenRC will attempt to start service2, if it exists on the
83 + system, when service1 is started.
84 +
85 + However, service1 will start regardless of the status of
86 + service2.
87 +
88 + X-Gentoo-Bug: 406021
89 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=406021
90 +
91 +commit ddb895b355e02c9c07b00bfaf00d1bf8a7abbc03
92 +Author: William Hubbs <w.d.hubbs@×××××.com>
93 +Commit: William Hubbs <w.d.hubbs@×××××.com>
94 +
95 + conf.d/netmount: typo fix
96 +
97 + X-Gentoo-Bug: 564846
98 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564846
99 +
100 +commit 085d77f17e3bedd23ffa96fe7e4eb8515ae8bfc6
101 +Author: Benda Xu <heroxbd@g.o>
102 +Commit: William Hubbs <w.d.hubbs@×××××.com>
103 +
104 + Standardize macro tests for gnu hurd
105 +
106 + This also fixes breakage of GNU/hurd builds introduced by commit 3f82edbeb92.
107 +
108 +commit c831f1f994e187afd8edfff15e4063b99440bbcb
109 +Author: William Hubbs <w.d.hubbs@×××××.com>
110 +Commit: William Hubbs <w.d.hubbs@×××××.com>
111 +
112 + librc: rework overriding rc.conf options from the kcl
113 +
114 + Rename the rc_conf_override function to describe its purpose better,
115 + drop one conditional compile by making it available everywhere, and move
116 + the call to it after the optional rc.conf.d directory is processed.
117 +
118 +commit 591aea28215a8b5ad8660184dc6f6f15ff0c18b4
119 +Author: William Hubbs <w.d.hubbs@×××××.com>
120 +Commit: William Hubbs <w.d.hubbs@×××××.com>
121 +
122 + librc: Remove redundant code from rc_config_load
123 +
124 +commit c09eeca49145b034df6527c500099ba22f28e824
125 +Author: William Hubbs <w.d.hubbs@×××××.com>
126 +Commit: William Hubbs <w.d.hubbs@×××××.com>
127 +
128 + Add rc.conf.d support
129 +
130 + This makes it possible to override settings in rc.conf by adding a
131 + directory @SYSCONFDIR@/rc.conf.d and putting files in this directory.
132 + The files will be processed in lexical order, and the last setting in
133 + these files will be used.
134 +
135 +commit 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c
136 +Author: William Hubbs <w.d.hubbs@×××××.com>
137 +Commit: William Hubbs <w.d.hubbs@×××××.com>
138 +
139 + consolefont: add after modules to dependencies
140 +
141 + X-Gentoo-Bug: 559540
142 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540
143 +
144 +commit ee944553a9ea35622046bd1ab5657fd416a7019a
145 +Author: William Hubbs <w.d.hubbs@×××××.com>
146 +Commit: William Hubbs <w.d.hubbs@×××××.com>
147 +
148 + bootmisc: optionally save the previous dmesg log
149 +
150 + X-Gentoo-Bug: 561204
151 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561204
152 +
153 +commit 6cae41a4e63510cdcf3af1153d6e8300435e1838
154 +Author: William Hubbs <w.d.hubbs@×××××.com>
155 +Commit: William Hubbs <w.d.hubbs@×××××.com>
156 +
157 + etc/rc.conf: Clean up documentation for rc_hotplug
158 +
159 + X-Gentoo-Bug: 554540
160 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554540
161 +
162 +commit 960881fcfe974178c0846a816663a258cdd488cc
163 +Author: William Hubbs <w.d.hubbs@×××××.com>
164 +Commit: William Hubbs <w.d.hubbs@×××××.com>
165 +
166 + Add net-online service
167 +
168 +commit d26013494db8ea8699db9815ef4c4b0eb2f55e7f
169 +Author: William Hubbs <w.d.hubbs@×××××.com>
170 +Commit: William Hubbs <w.d.hubbs@×××××.com>
171 +
172 + mtab: typo fix
173 +
174 +commit b29b2fb3cb3e73b4453483ced908f0ef10e47e9c
175 +Author: William Hubbs <w.d.hubbs@×××××.com>
176 +Commit: William Hubbs <w.d.hubbs@×××××.com>
177 +
178 + mtab: make /etc/mtab as a file configurable
179 +
180 +commit 7da72ce487a8d92d992e7fd3db881c198ae02609
181 +Author: William Hubbs <w.d.hubbs@×××××.com>
182 +Commit: William Hubbs <w.d.hubbs@×××××.com>
183 +
184 + openrc-run.sh: fix new required_* tests to exit properly
185 +
186 +commit fc777aeaf3e6e2d47f4599acfe6c8d1bf5bc760a
187 +Author: William Hubbs <w.d.hubbs@×××××.com>
188 +Commit: William Hubbs <w.d.hubbs@×××××.com>
189 +
190 + typo fix
191 +
192 + X-Gentoo-Bug: 563010
193 + X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563010
194 +
195 +commit 9d53d436ae22d6f0f6fc1537e836dd1b4d31cf35
196 +Author: William Hubbs <w.d.hubbs@×××××.com>
197 +Commit: William Hubbs <w.d.hubbs@×××××.com>
198 +
199 + sysfs: consolidate cgroup processing code in a single function
200 +
201 +commit b81317bdf8e3eed8b8ff2bef757ba29f362ed297
202 +Author: William Hubbs <w.d.hubbs@×××××.com>
203 +Commit: William Hubbs <w.d.hubbs@×××××.com>
204 +
205 + mountinfo: make sure the netdev variable is initialized on Linux
206 +
207 + This fixes the following regression:
208 +
209 + X-Gentoo-Bug: 562668
210 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562668
211 +
212 +commit 29f7e335927d4c1fb151124de8cdf01fb87723fa
213 +Author: William Hubbs <w.d.hubbs@×××××.com>
214 +Commit: William Hubbs <w.d.hubbs@×××××.com>
215 +
216 + openrc-run.sh: allow spaces in required_{files,dirs}
217 +
218 + X-Gentoo-Bug: 562320
219 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562320
220 +
221 +commit 850ca030777cb0c3e2fb03d9ab1f0ccee7b89e93
222 +Author: William Hubbs <w.d.hubbs@×××××.com>
223 +Commit: William Hubbs <w.d.hubbs@×××××.com>
224 +
225 + increment version number
226 +
227 +commit 050ddfae4ad1ad0dc5993766e0bd90739bd41de9
228 +Author: William Hubbs <w.d.hubbs@×××××.com>
229 +Commit: William Hubbs <w.d.hubbs@×××××.com>
230 +
231 + Update ChangeLog
232 +
233 commit d5116cc697c9eb275ab8497939ab41504e5ce578
234 Author: William Hubbs <w.d.hubbs@×××××.com>
235 Commit: William Hubbs <w.d.hubbs@×××××.com>
236 @@ -997,237 +1212,3 @@ Commit: William Hubbs <w.d.hubbs@×××××.com>
237
238 This is a more descriptive name since this file only sets the gitver
239 variable.
240 -
241 -commit 30cc3cdb76a66c7c0f89a52db4e5cff77b570e31
242 -Author: William Hubbs <w.d.hubbs@×××××.com>
243 -Commit: William Hubbs <w.d.hubbs@×××××.com>
244 -
245 - Make sysfs behave like netmount and localmount
246 -
247 - sysfs now mounts all related sysfs file systems and returns success,
248 - like netmount and localmount.
249 -
250 - Also, we now check to make sure the cgroups are not mounted before we
251 - mount them.
252 -
253 - X-Gentoo-Bug: 530138
254 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=530138
255 -
256 -commit dff6e4a004afeaa64f4ccb07c7d31bb821b043b4
257 -Author: S. Gilles <sgilles@×××.edu>
258 -Commit: William Hubbs <w.d.hubbs@×××××.com>
259 -
260 - Fix mdoc warning for empty line in rc-update man page.
261 -
262 - X-Gentoo-Bug: 529374
263 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=529374
264 -
265 -commit 3fad31a994f7eb14f3f001f3980eb2b0ae8fe4f1
266 -Author: William Hubbs <w.d.hubbs@×××××.com>
267 -Commit: William Hubbs <w.d.hubbs@×××××.com>
268 -
269 - init.d: add osclock to ignore patterns
270 -
271 -commit 8d0ca13fbd38e782bae655eca6646dabc8d63899
272 -Author: William Hubbs <w.d.hubbs@×××××.com>
273 -Commit: William Hubbs <w.d.hubbs@×××××.com>
274 -
275 - devfs: optionally add missing symbolic links
276 -
277 - If symbolic links for /dev/{fd,stdin,stdout,stderr,core} do not exist
278 - once /dev is mounted, we should create them.
279 -
280 -commit 93ba67eff9333e434c969bb8131467f777546764
281 -Author: William Hubbs <w.d.hubbs@×××××.com>
282 -Commit: William Hubbs <w.d.hubbs@×××××.com>
283 -
284 - netmount: unmount nfs file systems
285 -
286 -commit 1932360adca3f9fe9b47bcfad7b8bd5efbd33bee
287 -Author: Jason Zaman <jason@×××××××××.com>
288 -Commit: William Hubbs <w.d.hubbs@×××××.com>
289 -
290 - Integrate the functionality from runscript_selinux.so
291 -
292 - runscript used to dlopen() runscript_selinux.so. This adds equivalent
293 - functionality directly in to runscript instead. It authenticates with
294 - either PAM or shadow and optionally has a dep on audit.
295 -
296 - X-Gentoo-Bug: 517450
297 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=517450
298 -
299 -commit be952bebb3647069fb93b9791ee3439698f697ca
300 -Author: Alexander Vershilov <alexander.vershilov@×××××.com>
301 -Commit: William Hubbs <w.d.hubbs@×××××.com>
302 -
303 - Fix incorrect handling of chroot option.
304 - Fixes #28.
305 -
306 - X-Gentoo-Bug: #527370
307 - X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=527370
308 -
309 -commit 0bfde472d0154f14ea88c0f5ddd21a510443d713
310 -Author: Ralph Sennhauser <sera@g.o>
311 -Commit: William Hubbs <w.d.hubbs@×××××.com>
312 -
313 - Add osclock service
314 -
315 - This scripts sole purpose is to "provide clock" on OSs that already
316 - take care of the clock being properly set.
317 -
318 -commit ba0a11fc94d303e208dd364b06c1c2a75bcdd62b
319 -Author: Johan Bergström <bugs@××××××××××.nu>
320 -Commit: William Hubbs <w.d.hubbs@×××××.com>
321 -
322 - Pass ncurses cflags to build
323 -
324 - Fixes #25
325 - Note from William Hubbs:
326 - The original patch overwrote CFLAGS. I modified this patch to add the
327 - ncurses cflags to CPPFLAGS instead of overwriting CFLAGS.
328 -
329 -commit 7700e6fe796cabfa22eefddc024d66257a28d4dc
330 -Author: William Hubbs <w.d.hubbs@×××××.com>
331 -Commit: William Hubbs <w.d.hubbs@×××××.com>
332 -
333 - Fix compile errors created by bundling queue.h
334 -
335 -commit 6ca79042b9aa9752e577346e6f355356ef8f2f9a
336 -Author: Anthony G. Basile <blueness@g.o>
337 -Commit: William Hubbs <w.d.hubbs@×××××.com>
338 -
339 - helpers.h, start-stop-daemon.c: remove uneeded macros
340 -
341 - TAILQ_CONCAT, TAILQ_FOREACH_SAFE and LIST_FOREACH_SAFE are defined
342 - in our bundled queue.h and are no longer required.
343 -
344 -commit 1e0a4bebdefd06af09ba8f2459287d3ca28f89d7
345 -Author: Anthony G. Basile <blueness@g.o>
346 -Commit: William Hubbs <w.d.hubbs@×××××.com>
347 -
348 - Bundle <sys/queue.h> from NetBSD
349 -
350 - We are bundling this to allow building on musl-based systems since musl
351 - does not include <sys/queue.h>.
352 -
353 -commit ca6b86be44fc7ed618a7ab3bd021e208d38878b1
354 -Author: William Hubbs <w.d.hubbs@×××××.com>
355 -Commit: William Hubbs <w.d.hubbs@×××××.com>
356 -
357 - Fix all tests for GNU/kFreeBSD
358 -
359 - It is necessary to check for both the kernel and c library because
360 - __FreeBSD_kernel is also defined on native FreeBSD [1].
361 -
362 - [1] http://sourceforge.net/p/predef/wiki/OperatingSystems/
363 -
364 -commit 4ac289b5397a688393c596a9a01651c94d3b5711
365 -Author: Gabriele Giacone <1o5g4r8o@×××××.com>
366 -Commit: William Hubbs <w.d.hubbs@×××××.com>
367 -
368 - Fix rc_svcdir for GNU/Hurd
369 -
370 -commit 875f03e27c3475675f7b9572b071dd8c26257be7
371 -Author: Svante Signell <svante.signell@×××××.com>
372 -Commit: William Hubbs <w.d.hubbs@×××××.com>
373 -
374 - fix defines for GNU/Hurd
375 -
376 -commit 203b754f843fe6af0a40e983d557a9cdbc89f84b
377 -Author: Svante Signell <svante.signell@×××××.com>
378 -Commit: William Hubbs <w.d.hubbs@×××××.com>
379 -
380 - add missing files for GNU/Hurd
381 -
382 -commit 89c8a62a1078e770e12c47f06c8dbc9c2924e771
383 -Author: Gabriele Giacone <1o5g4r8o@×××××.com>
384 -Commit: William Hubbs <w.d.hubbs@×××××.com>
385 -
386 - Fix rc_svcdir for GNU/kFreeBSD
387 -
388 -commit d8e1d9a6edf94ecac580e80e1113f4fdbdc5a23b
389 -Author: Gabriele Giacone <1o5g4r8o@×××××.com>
390 -Commit: William Hubbs <w.d.hubbs@×××××.com>
391 -
392 - Add missing files for GNU/kFreeBSD
393 -
394 -commit 3f82edbeb9251149c6aff071d6537379af4e5eea
395 -Author: Svante Signell <svante.signell@×××××.com>
396 -Commit: William Hubbs <w.d.hubbs@×××××.com>
397 -
398 - Fix GNU/kFreeBSD port
399 -
400 - Check for __FreeBSD_kernel instead of __GLIBC__ in source files.
401 -
402 - note from William Hubbs:
403 - I was told this is a better check for GNU/kFreeBSD than checking the
404 - C library the source is being compiled against.
405 - GNU/kFreeBSD than checking which library we are using.
406 -
407 -commit 86e9aa0d36813e2630c6613cd71c3ce8db642f71
408 -Author: Anthony G. Basile <blueness@g.o>
409 -Commit: Anthony G. Basile <blueness@g.o>
410 -
411 - einfo.h, rc.h.in: simplify __BEGIN_DECLS logic
412 -
413 - There is no need to redefine __BEGIN_DECLS and __END_DECLS.
414 - We simplify the logic here and avoid undefining these macros.
415 -
416 -commit 4a08517cac3c68c232694db7288654b58b68b8ba
417 -Author: Anthony G. Basile <blueness@g.o>
418 -Commit: Anthony G. Basile <blueness@g.o>
419 -
420 - einfo.h, rc.h.in: ensure __BEGIN_DECLS is defined
421 -
422 - Some Standard C Libraries, like musl, don't define __BEGIN_DECLS
423 - or __END_DECLS. We add some ifdef magic to ensure these are
424 - available.
425 -
426 -commit 9bf789f78890c8b5879d29acb9fb0e23285baee4
427 -Author: William Hubbs <w.d.hubbs@×××××.com>
428 -Commit: William Hubbs <w.d.hubbs@×××××.com>
429 -
430 - Update news file wrt chroot variable
431 -
432 -commit f9acd65497c6e561fbf5420386a99d681fede859
433 -Author: Alexander Vershilov <alexander.vershilov@×××××.com>
434 -Commit: William Hubbs <w.d.hubbs@×××××.com>
435 -
436 - librc:look for the pid file in a chroot if defined
437 -
438 - X-Gentoo-Bug: 524388
439 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=524388
440 -
441 -commit 8c7ea4e9e8da500877a514402bbe90aababda2d6
442 -Author: William Hubbs <w.d.hubbs@×××××.com>
443 -Commit: William Hubbs <w.d.hubbs@×××××.com>
444 -
445 - runscript.sh: add chroot support
446 -
447 - This adds support for a chroot variable which will be passed to the
448 - start-stop-daemon --chroot switch to runscript.sh when starting a
449 - daemon. This also needs to be saved so it can be used in locating the
450 - pid file when stopping the daemon.
451 -
452 - X-Gentoo-Bug: 524388
453 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=524388
454 -
455 -commit 5f1439f1aac14618592789042e05daaf80f55a15
456 -Author: William Hubbs <w.d.hubbs@×××××.com>
457 -Commit: William Hubbs <w.d.hubbs@×××××.com>
458 -
459 - Add NEWS file
460 -
461 -commit 85da4a5e2621dc5f5356d440735aa058008a1b7e
462 -Author: William Hubbs <w.d.hubbs@×××××.com>
463 -Commit: William Hubbs <w.d.hubbs@×××××.com>
464 -
465 - add back nfs and nfs4 file systems
466 -
467 - Fix gentoo bug #427996 correctly.
468 - We should attempt to mount the file systems, but not try to start the
469 - daemons. The previous fix removed mounting the file systems as well as
470 - starting the daemons.
471 -
472 - X-Gentoo-Bug: 508574
473 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=508574