Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:0.34.x commit in: /
Date: Wed, 25 Oct 2017 20:25:20
Message-Id: 1508962553.3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1.williamh@OpenRC
1 commit: 3a96ca1c966c3cc44a2e0e51b383ab47d078bcc1
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 25 20:15:53 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 20:15:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3a96ca1c
7
8 Update ChangeLog
9
10 ChangeLog | 39 ++++++++++++++++++++++++---------------
11 1 file changed, 24 insertions(+), 15 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index ea893f4d..0cbe56be 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,27 @@
18 +commit 934530914bd507476b428d3f6572bbb1c5bbfd16
19 +Author: William Hubbs <w.d.hubbs@×××××.com>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + add "unsupervised" status and return code 64 to supervise-daemon status function
23 +
24 + This is to be used if the service is being supervised and the
25 + supervisor is somehow killed.
26 +
27 + Currently, this is very linux specific, but I will expand to other
28 + platforms, patches are welcome.
29 +
30 +commit b717625cd27950c3f00b5345bc1cee9700e79498
31 +Author: William Hubbs <w.d.hubbs@×××××.com>
32 +Commit: William Hubbs <w.d.hubbs@×××××.com>
33 +
34 + version 0.34.2
35 +
36 +commit b47539613431521e5e99bc388e6a9d8eb0e48801
37 +Author: William Hubbs <w.d.hubbs@×××××.com>
38 +Commit: William Hubbs <w.d.hubbs@×××××.com>
39 +
40 + Update ChangeLog
41 +
42 commit e7b1d898ca7896d6443ba1e5167eb6bcf3f92929
43 Author: William Hubbs <w.d.hubbs@×××××.com>
44 Commit: William Hubbs <w.d.hubbs@×××××.com>
45 @@ -1469,18 +1493,3 @@ Author: William Hubbs <w.d.hubbs@×××××.com>
46 Commit: William Hubbs <w.d.hubbs@×××××.com>
47
48 src/rc/rc: do not try to start services if fork fails
49 -
50 -commit 003657c973ea338a19f2b7294190af9d76cf5cea
51 -Author: Robin H. Johnson <robbat2@g.o>
52 -Commit: William Hubbs <w.d.hubbs@×××××.com>
53 -
54 - init.d/loopback: drop scope on loopback
55 -
56 - Busybox does not support the 'scope' argument on 'ip address add' or 'ip
57 - route add', this is documented in BUSYBOX.md, but is no longer actually
58 - needed, as the kernel does get it right without manual specification,
59 - and the ifconfig variant already relies on the kernel to get it right.
60 - This is part of #103.
61 -
62 - X-Gentoo-Bug: 487208
63 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487208