1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
|
# ChangeLog for sys-apps/openrc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.58 2009/01/08 15:32:31 jer Exp $
08 Jan 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Improve description after private conversation with Roy.
03 Jan 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Change comment into useable tags.
01 Jan 2009; Benedikt Böhm <hollow@gentoo.org>
+files/0.4.0/0005-init-script-novserver.patch:
fix dmesg and sysfs init script inside vservers, bug #253105
31 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.4.1-r1.ebuild,
openrc-9999.ebuild:
invert module-init-tools depend so we're not always pulling it in. the
depend was to avoid a specific issue with older module-init-tools
30 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.4.1-r1.ebuild,
openrc-9999.ebuild:
remove old clock init script forcibly during the upgrade since it appears
to cause problems. bug #252380
*openrc-0.4.1-r1 (29 Dec 2008)
29 Dec 2008; Doug Goldstein <cardoe@gentoo.org>
-files/0.3.0/0001-Fix-a-segfault-when-profile.env-does-not-exist.patch,
-files/0.3.0/0005-add-back-KV_-funcs.patch,
+files/0.4.0/0004-s-s-d-retry.patch,
-files/0.3.0/0003-This-reverts-commit-0e2f160c95b15e95f3885e3f5a3670ec.pat
ch, -files/0.3.0/0006-Fix-tests-Gentoo-240350.patch,
-files/0.3.0/0002-kenv-is-not-always-available.patch,
-files/0.3.0/0007-Fix-utmp-permissions-Gentoo-240437.patch,
-files/0.3.0/0004-add-a-softlevel-function-to-the-API-so-people-dont.patch
, -files/0.3.0/0008-Clean-up-warnings-regarding-printf.patch,
-openrc-0.3.0-r1.ebuild, -openrc-0.4.0.ebuild, -openrc-0.4.1.ebuild,
+openrc-0.4.1-r1.ebuild:
fix s-s-d signals on retry. bug #252621. remove old versions
24 Dec 2008; Matthias Schwarzott <zzam@gentoo.org> openrc-0.4.1.ebuild:
Fix patches directory, bug #252340. Update ebuild to match the old 0.4.0
ebuild.
*openrc-0.4.1 (23 Dec 2008)
23 Dec 2008; Doug Goldstein <cardoe@gentoo.org> +openrc-0.4.1.ebuild:
version bump. fixes s-s-d process matching and segfaults. fixes
netplug/ifplug/wpa_supplicant up events. adds support for wpa_supplicant
ctrl_interface directive. fix bug #251839 (and more)
20 Dec 2008; Zac Medico <zmedico@gentoo.org> openrc-0.4.0.ebuild:
Bug #251749 - Fix typo in sys-apps/sysvinit blocker.
19 Dec 2008; Matthias Schwarzott <zzam@gentoo.org> openrc-0.4.0.ebuild,
openrc-9999.ebuild:
Try to auto-detect on update, if the old version had udev enabled, and add
it to sysinit runlevel if yes.
17 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.3.0-r1.ebuild,
openrc-0.4.0.ebuild, openrc-9999.ebuild:
add elibc_glibc to IUSE
17 Dec 2008; Doug Goldstein <cardoe@gentoo.org>
-files/0.2.5/0001-msg-style.patch,
-files/0.2.5/0002-useful-functions.patch, -files/0.2.5/0003-KV.patch,
-openrc-0.2.5.ebuild:
remove old version from the tree
13 Dec 2008; Matthias Schwarzott <zzam@gentoo.org> openrc-9999.ebuild:
Fix update code. Switch over to svn repository.
10 Dec 2008; Doug Goldstein <cardoe@gentoo.org> openrc-9999.ebuild:
Add runlevel migration support and update depends for live git build
*openrc-0.4.0 (10 Dec 2008)
10 Dec 2008; Doug Goldstein <cardoe@gentoo.org>
+files/0.4.0/0001-msg-style.patch,
+files/0.4.0/0002-useful-functions.patch, +files/0.4.0/0003-KV.patch,
+openrc-0.4.0.ebuild:
add OpenRC 0.4.0 which should fix many outstanding bugs
*openrc-0.3.0-r1 (08 Oct 2008)
08 Oct 2008; Doug Goldstein <cardoe@gentoo.org>
-files/openrc-0.2.4-start-nodep.patch,
+files/0.3.0/0006-Fix-tests-Gentoo-240350.patch,
+files/0.3.0/0007-Fix-utmp-permissions-Gentoo-240437.patch,
+files/0.3.0/0008-Clean-up-warnings-regarding-printf.patch,
-openrc-0.3.0.ebuild, +openrc-0.3.0-r1.ebuild:
fix bugs #240350, #240437. Fix printf warnings. Remove dead patch.
06 Oct 2008; Doug Goldstein <cardoe@gentoo.org>
+files/0.2.5/0002-useful-functions.patch, +files/0.2.5/0003-KV.patch,
files/9999/0002-useful-functions.patch, +files/0.2.5/0001-msg-style.patch,
-openrc-0.2.2.ebuild, -openrc-0.2.3.ebuild, -openrc-0.2.4.ebuild,
-openrc-0.2.4-r1.ebuild, openrc-0.2.5.ebuild:
create 0.2.5 patch directory and copy current patches there. Use that
directory for 0.2.5. Update live ebuild 0002 patch to current patch as the
original one doesn't apply. bug #238904. Remove outdated versions.
*openrc-0.3.0 (06 Oct 2008)
06 Oct 2008; Doug Goldstein <cardoe@gentoo.org>
+files/0.3.0/0001-Fix-a-segfault-when-profile.env-does-not-exist.patch,
+files/0.3.0/0002-kenv-is-not-always-available.patch,
+files/0.3.0/0004-add-a-softlevel-function-to-the-API-so-people-dont.patch
,
+files/0.3.0/0003-This-reverts-commit-0e2f160c95b15e95f3885e3f5a3670ec.pat
ch, +files/0.3.0/0005-add-back-KV_-funcs.patch, +openrc-0.3.0.ebuild:
version bump. forward port patches from 0.2.x and include some upstream
fixes
09 Jun 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.5.ebuild,
openrc-9999.ebuild:
always update the dependency tree so we don't boot with an out of date
tree. bug #224171
01 Jun 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2.5.ebuild,
openrc-9999.ebuild:
Fix net.lo test in upgrade path as pointed out by compguy284 #224425.
31 May 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2.5.ebuild,
openrc-9999.ebuild:
Do the timezone upgrade before moving the clock conf.d as pointed out by
Hopeless #222867.
*openrc-0.2.5 (29 May 2008)
29 May 2008; Doug Goldstein <cardoe@gentoo.org> +openrc-0.2.5.ebuild:
version bump to fix a few outstanding bugs. 1) when a process stops, it
may delete it's pid file before actually being stopped
*openrc-0.2.4-r1 (14 May 2008)
14 May 2008; Doug Goldstein <cardoe@gentoo.org> +openrc-0.2.4-r1.ebuild:
fix bug #221751 and bug #220579
*openrc-0.2.4 (11 May 2008)
11 May 2008; Mike Frysinger <vapier@gentoo.org> +openrc-0.2.4.ebuild:
Version bump.
*openrc-0.2.3 (29 Apr 2008)
29 Apr 2008; Doug Goldstein <cardoe@gentoo.org> +openrc-0.2.3.ebuild:
version bump. numerous bug fixes
19 Apr 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2.2.ebuild,
openrc-9999.ebuild:
Make sure to force glibc-2.5+ #218441 by onox.
15 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1-r2.ebuild,
openrc-0.2.2.ebuild, openrc-9999.ebuild:
have to touch /etc/conf.d/net otherwise unmerge-orphans eats it later on
*openrc-0.2.2 (15 Apr 2008)
15 Apr 2008; Doug Goldstein <cardoe@gentoo.org> -openrc-0.2.1-r1.ebuild,
+openrc-0.2.2.ebuild:
version bump to get the latest fixes
15 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1-r1.ebuild,
openrc-0.2.1-r2.ebuild, openrc-9999.ebuild:
fix bug #217764
*openrc-0.2.1-r2 (15 Apr 2008)
15 Apr 2008; Doug Goldstein <cardoe@gentoo.org>
+files/openrc-0.2.1-bad--help-output.patch,
+files/openrc-0.2.1-no-deref-null.patch,
+files/openrc-0.2.1-openvz-support.patch,
+files/openrc-0.2.1-respect-fastboot.patch, +openrc-0.2.1-r2.ebuild:
fix bug #216944 and other assorted issues
14 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1-r1.ebuild,
openrc-9999.ebuild:
get rid of issue with 'net.*' literally appearing
12 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1-r1.ebuild,
openrc-9999.ebuild:
reference OpenRC migration guide in pkg_postinst()
08 Apr 2008; Tobias Klausmann <klausman@gentoo.org>
openrc-0.2.1-r1.ebuild:
Keyworded on alpha, bug #214957
08 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> openrc-0.2.1-r1.ebuild:
Keyword ~mips.
*openrc-0.2.1-r1 (04 Apr 2008)
04 Apr 2008; Doug Goldstein <cardoe@gentoo.org>
+files/openrc-0.2.1-empty-list-crash.patch,
-files/openrc-0.2-freebsd-install-rc.patch,
-files/openrc-0.2-multilib-fix.patch,
-files/openrc-0.2-multiple-ntp-servers.patch,
-files/openrc-0.2-nicelevel-doc.patch,
-files/openrc-0.2-path-fix-for-multilib-fix.patch,
-files/openrc-0.2-sysctl-vserver-fix.patch, -openrc-0.2.1.ebuild,
+openrc-0.2.1-r1.ebuild:
fix bug #216091. crash when stringlist was non-existant
03 Apr 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2.1.ebuild:
Add ~sparc wrt #214957
02 Apr 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2.1.ebuild,
openrc-9999.ebuild:
fix issue with installing boot initscripts that are provided by currently
installing copy of OpenRC
*openrc-0.2.1 (02 Apr 2008)
02 Apr 2008; Doug Goldstein <cardoe@gentoo.org> -openrc-0.2-r3.ebuild,
+openrc-0.2.1.ebuild:
version bump. fixes vlans. fixes termencoding/keymap issues.
31 Mar 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2-r3.ebuild,
openrc-9999.ebuild:
maybe_add_boot_init -> add_boot_init typo
*openrc-0.2-r3 (31 Mar 2008)
31 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
+files/openrc-0.2-nicelevel-doc.patch,
+files/openrc-0.2-path-fix-for-multilib-fix.patch, -openrc-0.2-r2.ebuild,
+openrc-0.2-r3.ebuild:
fix path issue introduced by multilib patch. document SSD_NICELEVEL
30 Mar 2008; Mike Frysinger <vapier@gentoo.org>
+files/9999/0001-msg-style.patch, +files/9999/0003-KV.patch,
+files/9999/0002-useful-functions.patch, openrc-0.2-r2.ebuild,
openrc-9999.ebuild:
Move patches here so we get them in releases.
30 Mar 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2-r2.ebuild,
openrc-9999.ebuild:
Autoadd device-mapper/dmcrypt/mdraid/lvm init.d scripts when
possible #215374.
29 Mar 2008; Jeroen Roovers <jer@gentoo.org> openrc-0.2-r2.ebuild:
Marked ~hppa (bug #214957).
*openrc-0.2-r2 (28 Mar 2008)
28 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
+files/openrc-0.2-multilib-fix.patch,
+files/openrc-0.2-multiple-ntp-servers.patch,
+files/openrc-0.2-sysctl-vserver-fix.patch, -openrc-0.2-r1.ebuild,
+openrc-0.2-r2.ebuild:
fix multilib issues. support multiple ntp servers. fix sysctl w/ vserver
issue.
28 Mar 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2-r1.ebuild,
openrc-9999.ebuild:
Make sure net init.d scripts are symlinks #215233 by Andrey Kislyuk.
28 Mar 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2-r1.ebuild,
openrc-9999.ebuild:
Drop USE=static since it doesnt really result in static.
28 Mar 2008; Alexis Ballier <aballier@gentoo.org> openrc-0.2-r1.ebuild:
keyword ~x86-fbsd
28 Mar 2008; Raúl Porcel <armin76@gentoo.org> openrc-0.2-r1.ebuild:
Add ~ia64 wrt #214957
27 Mar 2008; Doug Goldstein <cardoe@gentoo.org> openrc-0.2-r1.ebuild:
~sparc-fbsd per bug #214957
27 Mar 2008; Markus Rothe <corsair@gentoo.org> openrc-0.2-r1.ebuild:
Added ~ppc; bug #214957
27 Mar 2008; Markus Rothe <corsair@gentoo.org> openrc-0.2-r1.ebuild:
Added ~ppc64; bug #214957
*openrc-0.2-r1 (27 Mar 2008)
27 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
+files/openrc-0.2-freebsd-install-rc.patch, -openrc-0.2.ebuild,
+openrc-0.2-r1.ebuild:
install rc & rc.shutdown for Gentoo/FreeBSD users
27 Mar 2008; Mike Frysinger <vapier@gentoo.org> openrc-0.2.ebuild:
Add x86/arm love #214957 by Shvetsov Alexey.
*openrc-0.2 (26 Mar 2008)
26 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
-openrc-0.2_pre20080326.ebuild, +openrc-0.2.ebuild:
add OpenRC 0.2
*openrc-0.2_pre20080326 (26 Mar 2008)
26 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
-openrc-0.2_pre20080325.ebuild, +openrc-0.2_pre20080326.ebuild:
switched to proper branch for snapshot
*openrc-0.2_pre20080325 (25 Mar 2008)
25 Mar 2008; Doug Goldstein <cardoe@gentoo.org>
+openrc-0.2_pre20080325.ebuild:
add OpenRC 0.2 pre-release
*openrc-9999 (23 Mar 2008)
23 Mar 2008; Mike Frysinger <vapier@gentoo.org> +metadata.xml,
+openrc-9999.ebuild:
Initial ebuild #212696.
|