Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:0.21.x commit in: /
Date: Sun, 31 Jul 2016 19:06:55
Message-Id: 1469991941.bd4cafbbf357656958298f98083f27f6381cacbf.williamh@OpenRC
1 commit: bd4cafbbf357656958298f98083f27f6381cacbf
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 19:05:41 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 19:05:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bd4cafbb
7
8 Update ChangeLog
9
10 ChangeLog | 72 ++++++++++++++++++++++++++++++++++++++++++++-------------------
11 1 file changed, 51 insertions(+), 21 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index 88a9bc2..ad3e53d 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,54 @@
18 +commit 61e211c1c4f51fdb8babb9a70ed7ce138d71c80b
19 +Author: William Hubbs <w.d.hubbs@×××××.com>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + init.d: initial service adjustments for docker support
23 +
24 + Add -docker keyword to the same scripts that have -lxc keyword.
25 +
26 +commit 40d3795fbacc70349a52efc670a22458f4e2d7c4
27 +Author: William Hubbs <w.d.hubbs@×××××.com>
28 +Commit: William Hubbs <w.d.hubbs@×××××.com>
29 +
30 + librc: fix Docker auto detection
31 +
32 + The original auto detection of Docker containers assumed the presence of
33 + a container environment variable. However, Docker-1.12 does not
34 + implement this, and I'm not sure which versions of docker implemented
35 + it.
36 +
37 + The new test is for the presence of a file named .dockerenv in the
38 + root directory.
39 +
40 +commit fa39271d7a979ec8c1cf9c694d256456528baaf8
41 +Author: Doug Freed <dwfreed@×××.edu>
42 +Commit: William Hubbs <w.d.hubbs@×××××.com>
43 +
44 + rc-logger: refuse to cat TMPLOG into itself
45 +
46 + This prevents an infinite loop in case somebody decides to set
47 + rc_log_path to match TMPLOG.
48 +
49 +commit 0077e54146c0c6180769bb5fa2d8da2924038baa
50 +Author: Julian Ospald <hasufell@××××××.de>
51 +Commit: William Hubbs <w.d.hubbs@×××××.com>
52 +
53 + Build: fix hardcoded pkg-config invocation
54 +
55 + This fixes #89.
56 +
57 +commit 871fa56baaa0f1ae2b6531303f73f18acd74a71e
58 +Author: William Hubbs <w.d.hubbs@×××××.com>
59 +Commit: William Hubbs <w.d.hubbs@×××××.com>
60 +
61 + version 0.21.3
62 +
63 +commit 53f6bd369057fd0f48c6ecfa813d35bfe47196cd
64 +Author: William Hubbs <w.d.hubbs@×××××.com>
65 +Commit: William Hubbs <w.d.hubbs@×××××.com>
66 +
67 + update changelog
68 +
69 commit 6074cbd651da7f27fc6fbc20a66f651c2577857b
70 Author: William Hubbs <w.d.hubbs@×××××.com>
71 Commit: William Hubbs <w.d.hubbs@×××××.com>
72 @@ -1067,24 +1118,3 @@ Commit: William Hubbs <w.d.hubbs@×××××.com>
73 mountinfo: fix -e and -E options
74
75 Add the -e and -E options to getoptstring so they are recognized.
76 -
77 -commit eeadca0b8a5b87c26e60a58563251604350a7a3b
78 -Author: William Hubbs <w.d.hubbs@×××××.com>
79 -Commit: William Hubbs <w.d.hubbs@×××××.com>
80 -
81 - Add EERROR_QUIET and EINFO_QUIET to environment whitelist
82 -
83 -commit dde339070b4850dc1fadf4992cc01d3468992106
84 -Author: William Hubbs <w.d.hubbs@×××××.com>
85 -Commit: William Hubbs <w.d.hubbs@×××××.com>
86 -
87 - Increment version
88 -
89 -commit 1736be3bc3ebbc1440f87b49fc353e81fb0a6037
90 -Author: Doug Freed <dwfreed@×××.edu>
91 -Commit: Doug Freed <dwfreed@×××.edu>
92 -
93 - savecache: Fix unable to create cache message
94 -
95 - The cache is created in $RC_LIBEXECDIR, not $RC_SVCDIR, so fix the error
96 - message when we fail to create it to match.