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, 06 Oct 2016 17:05:25
Message-Id: 1475772931.d8ed89971bd2a9fa7cc5014f4d791220a915a3d6.williamh@OpenRC
1 commit: d8ed89971bd2a9fa7cc5014f4d791220a915a3d6
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 6 16:55:31 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 16:55:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d8ed8997
7
8 update ChangeLog
9
10 ChangeLog | 102 ++++++++++++++++++++++++++------------------------------------
11 1 file changed, 43 insertions(+), 59 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index dba3127..6f49f75 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,46 @@
18 +commit a537bd7abb8d3d1841635c78f9163e6d1abad0ba
19 +Author: William Hubbs <w.d.hubbs@×××××.com>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + init.d/sysfs: load efivarfs module when booting in efi mode
23 +
24 + The presence of /sys/firmware/efi is used to indicate that the system
25 + was booted in efi mode.
26 +
27 +commit a13f2b91b2e5337d659844be19fd302a0f21b288
28 +Author: William Hubbs <w.d.hubbs@×××××.com>
29 +Commit: William Hubbs <w.d.hubbs@×××××.com>
30 +
31 + init.d/sysfs: fix efivarfs module test
32 +
33 +commit b5a7222fe062c691ba5d05d27195eeb646c90b86
34 +Author: William Hubbs <w.d.hubbs@×××××.com>
35 +Commit: William Hubbs <w.d.hubbs@×××××.com>
36 +
37 + init.d/sysfs: fix efivarfs handling
38 +
39 + Separate loading the module, if it isn't built in or loaded, from
40 + mounting the file system.
41 +
42 + This also makes sure the warning about configuring the module in
43 + /etc/conf.d/modules or building it in is displayed only if it is loaded
44 + successfully.
45 +
46 + X-Gentoo-Bug: 595836
47 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=595836
48 +
49 +commit ace8dfdaae24f49a7397f72550b09543025c2173
50 +Author: William Hubbs <w.d.hubbs@×××××.com>
51 +Commit: William Hubbs <w.d.hubbs@×××××.com>
52 +
53 + version 0.22.2
54 +
55 +commit 70561077250e7684d14203d3ed1c2c9f0bad2380
56 +Author: William Hubbs <w.d.hubbs@×××××.com>
57 +Commit: William Hubbs <w.d.hubbs@×××××.com>
58 +
59 + Update ChangeLog
60 +
61 commit 5df511e9e435726e6c16698eae7fda0960d7c021
62 Author: Doug Freed <dwfreed@×××.edu>
63 Commit: Doug Freed <dwfreed@×××.edu>
64 @@ -1513,62 +1556,3 @@ Commit: William Hubbs <w.d.hubbs@×××××.com>
65
66 X-Gentoo-Bug: 562354
67 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562354
68 -
69 -commit bf0c0dd5644436efe4986c2b259b755d111266b9
70 -Author: William Hubbs <w.d.hubbs@×××××.com>
71 -Commit: William Hubbs <w.d.hubbs@×××××.com>
72 -
73 - bootmisc: convert errors in clean_run function to warnings
74 -
75 - X-Gentoo-Bug: 552418
76 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=552418
77 -
78 -commit 1558ad2b9ebf319b85876a940d31d513bf21324f
79 -Author: William Hubbs <w.d.hubbs@×××××.com>
80 -Commit: William Hubbs <w.d.hubbs@×××××.com>
81 -
82 - bootmisc: only remove temp directory if umount is successful
83 -
84 - Change the clean_run function to only remove the temp directory if the
85 - umount was successful.
86 -
87 - X-Gentoo-Bug: 561230
88 - X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561230
89 -
90 -commit 5f4f2420364098835522da868a9e75205c9e4f9c
91 -Author: William Hubbs <w.d.hubbs@×××××.com>
92 -Commit: William Hubbs <w.d.hubbs@×××××.com>
93 -
94 - mountinfo: fix --netdev and --nonetdev on Linux
95 -
96 - On Linux, the --netdev and --nonetdev switches were not working. They
97 - were both returning false. After this change, they operate based on the
98 - presence or abscence of the _netdev option in mount options.
99 -
100 -commit b3f7ff901f7d3ed00b9f73c601193ac507f62eaf
101 -Author: William Hubbs <w.d.hubbs@×××××.com>
102 -Commit: William Hubbs <w.d.hubbs@×××××.com>
103 -
104 - mountinfo: read /proc/self/mounts instead of /proc/mounts on Linux
105 -
106 -commit a59365a582c3a8c9a8b863b572fddcb65fccadfd
107 -Author: William Hubbs <w.d.hubbs@×××××.com>
108 -Commit: William Hubbs <w.d.hubbs@×××××.com>
109 -
110 - start-stop-daemon.sh: complain in start if command is undefined
111 -
112 - The default start-stop-daemon start function expects the command
113 - variable to be defined to point to the daemon we want to start.
114 -
115 - If the variable is undefined, this means that there will be nothing to
116 - start, and in this case we should complain because it is possible that
117 - the script writer made a typo in the variable name.
118 -
119 -commit dac5966ca40610797d2b2aabef17154ca3dc20af
120 -Author: William Hubbs <w.d.hubbs@×××××.com>
121 -Commit: William Hubbs <w.d.hubbs@×××××.com>
122 -
123 - Revert "local/netmount: remove uses of -O [no]_netdev"
124 -
125 - This reverts commit 2a439c85bd69efc14847b4397bd6783cac051405.
126 - There is another use case for -O involving iscsi, so we can't remove it.