summaryrefslogtreecommitdiff
blob: 4bea13a76b1b25d7b7c11131d30291c71404267d (plain)
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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
# ChangeLog for sys-apps/openrc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.179 2011/11/25 21:54:59 williamh Exp $

*openrc-0.9.6 (25 Nov 2011)

  25 Nov 2011; William Hubbs <williamh@gentoo.org> +openrc-0.9.6.ebuild,
  openrc-9999.ebuild:
  version bump, bug #387433 tracks changes since openrc-0.9.4.

  22 Nov 2011; Jeroen Roovers <jer@gentoo.org> openrc-0.9.4.ebuild:
  Stable for HPPA (bug #391271).

  22 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> openrc-0.9.4.ebuild:
  ppc/ppc64 stable wrt #391271

  21 Nov 2011; Mike Frysinger <vapier@gentoo.org> openrc-0.9.4.ebuild,
  openrc-9999.ebuild:
  Move baselayout-1 internal cleanup to baselayout as suggested by William.

  21 Nov 2011; Mike Frysinger <vapier@gentoo.org> openrc-0.9.4.ebuild,
  openrc-9999.ebuild:
  Trim old baselayout-1 dirs in /lib/.

  18 Nov 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Add static-libs use flag for bug #378267

  16 Nov 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Since oldnet is now the default upstream, we do not need to force this
  in the ebuild.

  07 Nov 2011; Alexis Ballier <aballier@gentoo.org> openrc-0.8.3-r1.ebuild,
  openrc-0.9.2.ebuild, openrc-0.9.3.ebuild, openrc-0.9.3-r1.ebuild,
  openrc-0.9.4.ebuild, openrc-9999.ebuild:
  A new fuser is provided by freebsd-ubin starting from FreeBSD 9, change deps
  to reflect that.

*openrc-0.9.4 (16 Oct 2011)

  16 Oct 2011; Christian Ruppert <idl0r@gentoo.org> +openrc-0.9.4.ebuild:
  Version bump to 0.9.4.

*openrc-0.9.3-r1 (10 Sep 2011)

  10 Sep 2011; William Hubbs <williamh@gentoo.org> +openrc-0.9.3-r1.ebuild,
  openrc-9999.ebuild:
  revert change to LIBEXEC for bug 381783.

*openrc-0.9.3 (08 Sep 2011)

  08 Sep 2011; William Hubbs <williamh@gentoo.org> +openrc-0.9.3.ebuild:
  version bump for bug #381783.

*openrc-0.9.2 (02 Sep 2011)

  02 Sep 2011; William Hubbs <williamh@gentoo.org> -openrc-0.9.1.ebuild,
  +openrc-0.9.2.ebuild:
  version bump, bug #381523 tracks changes since 0.9.1.

*openrc-0.9.1 (01 Sep 2011)

  01 Sep 2011; William Hubbs <williamh@gentoo.org> -openrc-0.9.0.ebuild,
  +openrc-0.9.1.ebuild:
  version bump , bug #381463 tracks fixes since openrc-0.9.0.

*openrc-0.9.0 (01 Sep 2011)

  01 Sep 2011; William Hubbs <williamh@gentoo.org> +openrc-0.9.0.ebuild:
  version bump, bug #374183 tracks changes since openrc-0.8.3.

  01 Sep 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild,
  +files/start-stop-daemon.pam:
  Make start-stop-daemon use system-services PAM stack.
  This closes bug #365149.

  12 Jul 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  libexecdir should use "lib" instead of "$(get_libdir)"

  12 Jul 2011; William Hubbs <williamh@gentoo.org> -openrc-0.8.2-r1.ebuild:
  remove old version

  10 Jul 2011; Jeroen Roovers <jer@gentoo.org> openrc-0.8.3-r1.ebuild:
  Stable for HPPA (bug #373251).

  09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> openrc-0.8.3-r1.ebuild:
  ppc/ppc64 stable wrt #373251

  02 Jul 2011; Raúl Porcel <armin76@gentoo.org> openrc-0.8.3-r1.ebuild:
  alpha/arm/ia64/sh/sparc/x86 stable wrt #373251

  02 Jul 2011; Markos Chandras <hwoarang@gentoo.org> openrc-0.8.3-r1.ebuild:
  Stable on amd64 wrt bug #373251

  28 Jun 2011; William Hubbs <williamh@gentoo.org> -openrc-0.8.3.ebuild:
  remove old version

  28 Jun 2011; Mike Frysinger <vapier@gentoo.org> openrc-0.8.3-r1.ebuild:
  Mark m68k/s390 stable #367467.

  28 Jun 2011; Mike Frysinger <vapier@gentoo.org> openrc-0.8.3-r1.ebuild,
  +files/openrc-0.8.3-ccwgroup.patch:
  Fix s390 interface handling #367467.

*openrc-0.8.3-r1 (28 Jun 2011)

  28 Jun 2011; William Hubbs <williamh@gentoo.org> openrc-0.8.3.ebuild,
  +openrc-0.8.3-r1.ebuild:
  Rev bumped the deprecation warning fix. If we do this in 0.8.3 we get no
  ~arch testing time, and I don't see that this needs to go directly to
  stable since it is a trivial fix. If it is critical, we can bump the
  stable request to 0.8.3-r1.

  28 Jun 2011; Christian Ruppert <idl0r@gentoo.org> openrc-0.8.3.ebuild,
  +files/openrc-0.8.3-deprecation_warning.patch:
  Fix deprecation warning for -c/--chuid, take a look at the patch for more
  details.

*openrc-0.8.3 (20 Jun 2011)

  20 Jun 2011; William Hubbs <williamh@gentoo.org> +openrc-0.8.3.ebuild:
  version bump

  20 Jun 2011; William Hubbs <williamh@gentoo.org> -openrc-0.6.8.ebuild,
  -openrc-0.7.0.ebuild, -openrc-0.8.2.ebuild:
  remove old versions

  20 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> openrc-9999.ebuild:
  Migrate to EAPI=4. Acked by William and Jeremy.

  13 May 2011; Raúl Porcel <armin76@gentoo.org> openrc-0.8.2-r1.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #295613

  12 May 2011; Joseph Jezak <josejx@gentoo.org> openrc-0.8.2-r1.ebuild:
  Marked ppc/ppc64 stable for bug #295613.

  09 May 2011; Jeroen Roovers <jer@gentoo.org> openrc-0.8.2-r1.ebuild:
  Stable for HPPA (bug #295613).

  08 May 2011; Pacho Ramos <pacho@gentoo.org> openrc-0.8.2-r1.ebuild:
  amd64 stable, bug 295613

  08 May 2011; Christian Faulhammer <fauli@gentoo.org> openrc-0.8.2-r1.ebuild:
  stable x86, bug 295613

*openrc-0.8.2-r1 (28 Apr 2011)

  28 Apr 2011; William Hubbs <williamh@gentoo.org> +openrc-0.8.2-r1.ebuild:
  Revision bump for local.d migration fix

  17 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  fix the migration of /etc/conf.d/local.* for bug #363949.

  16 Apr 2011; William Hubbs <williamh@gentoo.org> -openrc-0.8.1.ebuild:
  remove broken version

*openrc-0.8.2 (16 Apr 2011)

  16 Apr 2011; William Hubbs <williamh@gentoo.org> +openrc-0.8.2.ebuild:
  version bump

  15 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Fix conf.d/local -> local.d transition for bug #363637.

  15 Apr 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Disable consolefont on hppa by default for bug #222889, thanks to
  Jeroen Roovers .

  12 Apr 2011; William Hubbs <williamh@gentoo.org> -openrc-0.6.3.ebuild,
  -openrc-0.6.5.ebuild, -openrc-0.6.6.ebuild, -openrc-0.6.7.ebuild,
  -openrc-0.8.0.ebuild:
  remove old versions

*openrc-0.8.1 (12 Apr 2011)

  12 Apr 2011; William Hubbs <williamh@gentoo.org> +openrc-0.8.1.ebuild:
  version bump

  24 Mar 2011; William Hubbs <williamh@gentoo.org> openrc-0.8.0.ebuild,
  openrc-9999.ebuild:
  remove instructions regarding /etc/conf.d/local since they no longer apply
  for bug #360293.

*openrc-0.8.0 (22 Mar 2011)

  22 Mar 2011; William Hubbs <williamh@gentoo.org> +openrc-0.8.0.ebuild:
  version bump

  22 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> openrc-9999.ebuild:
  README.net is now README.newnet.

  01 Feb 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  add selinux use flag support for bug #351712

  31 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Bug #289264 is fixed upstream, so remove the sed that worked around it.

  23 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Fix the /etc/conf.d/local.{start,stop} migration from baselayout-1 to
  migrate these files to /etc/local.d/baselayout1.start and
  /etc/local.d/baselayout1.stop.
  This is for bug #351465.

*openrc-0.7.0 (13 Jan 2011)

  13 Jan 2011; William Hubbs <williamh@gentoo.org> +openrc-0.7.0.ebuild:
  version bump with a significant number of bug fixes.
  Upgrading is recommended.

  06 Jan 2011; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  remove /etc/init.d/{depscan,runscript}.sh for bug #347483.

*openrc-0.6.8 (08 Dec 2010)

  08 Dec 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.8.ebuild:
  version bump:

  bug 232347: fix netmount to respect _netdev option

  Bug 345281: If wpa_supplicant is built w/ USE=dbus, start after DBus is
  up, thanks to Robin Johnson.

  bug 347503: fix selinux context for rc-svcdir, thanks to Robin Johnson.

*openrc-0.6.7 (03 Dec 2010)

  03 Dec 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.7.ebuild:
  version bump for bug #319865.

  03 Dec 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.5.ebuild:
  re-add 0.6.5

*openrc-0.6.6 (30 Nov 2010)

  30 Nov 2010; William Hubbs <williamh@gentoo.org> -openrc-0.6.5.ebuild,
  +openrc-0.6.6.ebuild:
  version bump and remove old version

*openrc-0.6.5 (21 Nov 2010)

  21 Nov 2010; William Hubbs <williamh@gentoo.org> -openrc-0.6.2.ebuild,
  -files/openrc-0.6.2-fix-make-3.82.patch, -openrc-0.6.4.ebuild,
  +openrc-0.6.5.ebuild:
  version bump and remove old versions

  15 Nov 2010; William Hubbs <williamh@gentoo.org> -openrc-0.6.0-r1.ebuild,
  -files/openrc-0.6.0-fix-bsd-compile.patch,
  -files/openrc-0.6.0-fix-vlan.patch, -files/openrc-0.6.0-typos.patch,
  -openrc-0.6.1-r1.ebuild, -files/openrc-0.6.1-network-syntax.patch:
  removed some old versions

*openrc-0.6.4 (15 Nov 2010)

  15 Nov 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.4.ebuild:
  version bump

  10 Nov 2010; Mike Frysinger <vapier@gentoo.org> openrc-0.6.3.ebuild,
  openrc-9999.ebuild:
  Auto migrate conf.d/local.{start,stop} to conf.d/local #343709 by Markos
  Chandras.

*openrc-0.6.3 (02 Sep 2010)

  02 Sep 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.3.ebuild,
  metadata.xml:
  version bump and fix metadata to reflect the correct herd.

  22 Aug 2010; Jory A. Pratt <anarchy@gentoo.org> openrc-0.6.2.ebuild,
  +files/openrc-0.6.2-fix-make-3.82.patch:
  Fix make breakage bug #333461, also allow user to apply conditional
  patches between releases without modifying ebuild.

  21 Aug 2010; Mike Frysinger <vapier@gentoo.org> openrc-0.6.2.ebuild,
  openrc-9999.ebuild:
  Update HOMEPAGE #333759 by Xake.

*openrc-0.6.2 (19 Aug 2010)

  19 Aug 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.2.ebuild:
  version bump

  08 Jul 2010; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  changed the live ebuild to refer to gentoo's git repository.

  04 Jul 2010; Mike Frysinger <vapier@gentoo.org> metadata.xml:
  Update metadata.xml now that Roy isnt working on things.

*openrc-0.6.1-r1 (23 Mar 2010)

  23 Mar 2010; Mike Frysinger <vapier@gentoo.org> +openrc-0.6.1-r1.ebuild,
  +files/openrc-0.6.1-network-syntax.patch:
  Fix by Lars Wendler for syntax error in network init.d script #310805 by
  Leonid Podolny.

*openrc-0.6.1 (22 Mar 2010)

  22 Mar 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.1.ebuild:
  version bump

  23 Jan 2010; William Hubbs <williamh@gentoo.org> -openrc-0.6.0.ebuild:
  removed old version and fixed copyright date

*openrc-0.6.0-r1 (20 Jan 2010)

  20 Jan 2010; William Hubbs <williamh@gentoo.org> +openrc-0.6.0-r1.ebuild,
  +files/openrc-0.6.0-fix-bsd-compile.patch,
  +files/openrc-0.6.0-fix-vlan.patch, +files/openrc-0.6.0-typos.patch:
  This new revision fixes #301594, an issue with the vlan support
  and several typos.

  22 Dec 2009; William Hubbs <williamh@gentoo.org> -openrc-0.5.3.ebuild:
  removed old version

*openrc-0.6.0 (21 Dec 2009)

  21 Dec 2009; William Hubbs <williamh@gentoo.org> +openrc-0.6.0.ebuild:
  version bump

  21 Dec 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  typo fixes

  21 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
  openrc-9999.ebuild, +files/openrc-9999-pause.patch:
  Restore "pause" functionality to teach people to convert #218859 by Martin
  Mokrejš.

  21 Dec 2009; Mike Frysinger <vapier@gentoo.org>
  files/openrc-9999-msg-style.patch:
  Restore more e* output style.

  07 Dec 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.3.ebuild,
  openrc-9999.ebuild:
  Migrate hostname by default to avoid default thrashing on conf.d/hostname
  #295406 by Martin Mokrejš. Also delay automatic dep tree update till
  after we are done screwing with /etc.

  06 Dec 2009; William Hubbs <williamh@gentoo.org> -openrc-0.5.2-r2.ebuild,
  -files/openrc-0.5.2-dont-wipe-wtmp.patch,
  -files/openrc-0.5.2-fix-default-domain.patch,
  -files/openrc-0.5.2-fix-iproute2-support.patch,
  -files/openrc-0.5.2-linux-containers.patch,
  -files/openrc-0.5.2-ppp-options.patch:
  removed old version

*openrc-0.5.3 (02 Dec 2009)

  02 Dec 2009; William Hubbs <williamh@gentoo.org> +openrc-0.5.3.ebuild:
  version bump

  19 Nov 2009; William Hubbs <williamh@gentoo.org>
  -files/0.5.2/0001-msg-style.patch,
  -files/0.5.2/0002-useful-functions.patch, -files/0.5.2/0003-KV.patch,
  -files/0.5.2/0004-fix-typo.patch,
  -files/0.5.2/0005-fix-iproute2-support.patch,
  -files/9999/0001-msg-style.patch,
  -files/9999/0002-fix-iproute2-support.patch, -openrc-0.5.2-r1.ebuild,
  -files/9999/0003-dont-wipe-wtmp.patch:
  removed old version

  13 Nov 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-0.5.2-r2.ebuild,
  openrc-9999.ebuild:
  Cleanup udev enable logic.

  11 Nov 2009; William Hubbs <williamh@gentoo.org> -openrc-0.5.2.ebuild:
  removed old version

  10 Nov 2009; William Hubbs <williamh@gentoo.org> openrc-0.5.2-r2.ebuild,
  openrc-9999.ebuild:
  fixed typo

*openrc-0.5.2-r2 (10 Nov 2009)

  10 Nov 2009; William Hubbs <williamh@gentoo.org> +openrc-0.5.2-r2.ebuild,
  +files/openrc-0.5.2-dont-wipe-wtmp.patch,
  +files/openrc-0.5.2-fix-default-domain.patch,
  +files/openrc-0.5.2-fix-iproute2-support.patch,
  +files/openrc-0.5.2-linux-containers.patch,
  +files/openrc-0.5.2-ppp-options.patch, openrc-9999.ebuild,
  +files/openrc-9999-msg-style.patch:
  Revision bump and sync with live ebuild.
  This new revision adds linux containers support, fixes ppp options, 
  and fixes #289849.

  08 Nov 2009; William Hubbs <williamh@gentoo.org>
  -files/0.4.2/0001-msg-style.patch,
  -files/0.4.2/0002-useful-functions.patch, -files/0.4.2/0003-KV.patch,
  -files/0.4.3/0001-fix-is_older_than.patch,
  -files/0.4.3/0002-support-custom-status.patch, -openrc-0.4.3-r4.ebuild,
  -files/0.4.3/0003-command-line-size-fix.patch:
  removed old version

  08 Nov 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  Fix the live ebuild to remove /etc/conf.d/net.example and
  /etc/conf.d/wireless.example if they have not been modified and to add
  comments to them advising that they are obsolete if they have.
  This closes #291254.

  31 Oct 2009; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild:
  removed dev spaces from src_uri

  29 Oct 2009; William Hubbs <williamh@gentoo.org>
  +files/0.4.2/0001-msg-style.patch,
  +files/0.4.2/0002-useful-functions.patch, +files/0.4.2/0003-KV.patch:
  restored 0.4.2 patches

  29 Oct 2009; William Hubbs <williamh@gentoo.org>
  +files/9999/0002-fix-iproute2-support.patch,
  -files/9999/0002-useful-functions.patch, -files/9999/0003-KV.patch,
  +files/9999/0003-dont-wipe-wtmp.patch:
  Updated the patches for the live ebuild.

  28 Oct 2009; William Hubbs <williamh@gentoo.org>
  -files/0.4.2/0001-msg-style.patch,
  -files/0.4.2/0002-useful-functions.patch, -files/0.4.2/0003-KV.patch:
  Removed old patches since we do not have openrc-0.4.2 in the tree.

*openrc-0.5.2-r1 (20 Oct 2009)

  20 Oct 2009; William Hubbs <williamh@gentoo.org>
  +files/0.5.2/0005-fix-iproute2-support.patch, +openrc-0.5.2-r1.ebuild,
  metadata.xml:
  Fixed iproute2 support for bug #289762.
  Removed oldnet from metadata.

*openrc-0.5.2 (19 Oct 2009)

  19 Oct 2009; William Hubbs <williamh@gentoo.org>
  +files/0.5.2/0001-msg-style.patch, +openrc-0.5.2.ebuild,
  +files/0.5.2/0002-useful-functions.patch, openrc-9999.ebuild,
  +files/0.5.2/0003-KV.patch, +files/0.5.2/0004-fix-typo.patch:
  Version bump and synced with live ebuild.

  18 Oct 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
  openrc-0.5.1-r1.ebuild, openrc-9999.ebuild:
  Set ABI dependent vars at the beginning of each src_* function needing
  them, fixes bug #289314

  16 Oct 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.1-r1.ebuild,
  openrc-9999.ebuild:
  Workaround parallel build issues #289264.

  16 Oct 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.1-r1.ebuild,
  openrc-9999.ebuild:
  Set rc_shell to /sbin/sulogin by default when it is installed.

  15 Oct 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.5.1-r1.ebuild,
  openrc-9999.ebuild:
  Relocate docs to normal Gentoo location #241342 by Diego E. Pettenò.

*openrc-0.5.1-r1 (15 Oct 2009)

  15 Oct 2009; Mike Frysinger <vapier@gentoo.org> +openrc-0.5.1-r1.ebuild,
  openrc-9999.ebuild:
  Rewrite the oldnet handling and make it the default for everyone.

  10 Oct 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-0.5.1.ebuild,
  openrc-9999.ebuild:
  Fixed enabling unicode in rc.conf, thanks to polynomial-c, bug #288383.

*openrc-0.5.1 (09 Oct 2009)

  09 Oct 2009; Matthias Schwarzott <zzam@gentoo.org>
  +files/0.5.1/0001-msg-style.patch, +openrc-0.5.1.ebuild,
  +files/0.5.1/0002-useful-functions.patch, openrc-9999.ebuild,
  +files/0.5.1/0003-KV.patch, metadata.xml:
  Version bumped. Add default enabled use-flag oldnet to install old-style
  net.* init-scripts additionally to new ones. Synced with live ebuild.

*openrc-0.4.3-r4 (08 Oct 2009)

  08 Oct 2009; Pielmeier Daniel <billie@gentoo.org> +openrc-0.4.3-r4.ebuild,
  +files/openrc.logrotate:
  Revision bump. Add support for logfile rotation. Closes bug #262035.

  23 Aug 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.4.3-r3.ebuild,
  openrc-9999.ebuild:
  Make sure ${ROOT}/etc/runlevels exists early enough #277323 by Ed
  Wildgoose.

  11 Jul 2009; Robin H. Johnson <robbat2@gentoo.org>
  +files/0.4.3/0003-command-line-size-fix.patch, openrc-0.4.3-r3.ebuild:
  Bug #276715: Failure to compile with newer kernel headers due to
  COMMAND_LINE_SIZE definition.

  15 Jun 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-9999.ebuild:
  Add missing leading slash to LIBEXECDIR.

  08 Jun 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.4.3-r2.ebuild,
  openrc-0.4.3-r3.ebuild, openrc-9999.ebuild:
  Fix latent LIBDIR references #273224 by Peter Alfredsen.

*openrc-0.4.3-r3 (08 Jun 2009)

  08 Jun 2009; Mike Frysinger <vapier@gentoo.org> +openrc-0.4.3-r3.ebuild:
  Revert ldscript changes as they inadvertently break some init.d scripts
  #270646 by Mike Auty.

  08 Jun 2009; Mike Frysinger <vapier@gentoo.org> openrc-9999.ebuild:
  Sync changes from 0.4.3 back and merge the live/release versions.

  29 May 2009; Mike Frysinger <vapier@gentoo.org> openrc-9999.ebuild:
  Update repos to point to git #269705 by William Keaney.

  09 May 2009; Mike Frysinger <vapier@gentoo.org> openrc-0.4.3-r2.ebuild:
  Remove LIBDIR from env #266688, switch to get_libdir, and install shared
  libs better with gen_usr_ldscript. Also install files with 644 rather than
  444.

  27 Apr 2009; Mike Frysinger <vapier@gentoo.org>
  files/9999/0001-msg-style.patch, files/9999/0002-useful-functions.patch,
  files/9999/0003-KV.patch:
  Update patches against latest svn #267540 by Vivien Moreau.

  18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
  files/0.4.3/0002-support-custom-status.patch:
  backport r1523 and r1524 to fix compile on FreeBSD and still provide the
  system status function in custom hooks

*openrc-0.4.3-r2 (18 Apr 2009)

  18 Apr 2009; Benedikt Böhm <hollow@gentoo.org>
  +files/0.4.3/0002-support-custom-status.patch,
  -files/openrc-0.4.3-fix-is_older_than.patch,
  +files/0.4.3/0001-fix-is_older_than.patch, openrc-0.4.3-r1.ebuild,
  +openrc-0.4.3-r2.ebuild:
  backport r1520 to support custom status function and return 32 if service
  has crashed. fixes #215355

  16 Feb 2009; Matthias Schwarzott <zzam@gentoo.org> -openrc-0.4.3.ebuild:
  Remove version 0.4.3

*openrc-0.4.3-r1 (13 Feb 2009)

  13 Feb 2009; Matthias Schwarzott <zzam@gentoo.org>
  +files/openrc-0.4.3-fix-is_older_than.patch, +openrc-0.4.3-r1.ebuild:
  Fix is_older_than, Bug #258688.

  11 Feb 2009; Doug Goldstein <cardoe@gentoo.org>
  -files/0.4.3/0001-msg-style.patch,
  -files/0.4.3/0002-useful-functions.patch, -files/0.4.3/0003-KV.patch,
  openrc-0.4.3.ebuild:
  0.4.3 patches are identical to 0.4.2. reuse 0.4.2 patches to save cvs
  space and fix weird rsyncing error

*openrc-0.4.3 (11 Feb 2009)

  11 Feb 2009; Matthias Schwarzott <zzam@gentoo.org>
  +files/0.4.3/0001-msg-style.patch,
  +files/0.4.3/0002-useful-functions.patch, +files/0.4.3/0003-KV.patch,
  +openrc-0.4.3.ebuild:
  Version bumped. Fixes a lot of issues. Like clock skew handling.
  wpa_supplicant stuff, openvz handling, s-s-d environment and umask.

  31 Jan 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-0.4.2.ebuild,
  openrc-9999.ebuild:
  Sync 0.4.2 and 9999 ebuild. This does not change anything for 0.4.2
  ebuild.

  28 Jan 2009; Matthias Schwarzott <zzam@gentoo.org> openrc-9999.ebuild:
  Use specialized svnversion command to get commit version.

*openrc-0.4.2 (14 Jan 2009)

  14 Jan 2009; Matthias Schwarzott <zzam@gentoo.org>
  +files/0.4.2/0001-msg-style.patch,
  +files/0.4.2/0002-useful-functions.patch, +files/0.4.2/0003-KV.patch,
  +files/0.4.2/0004-svn-version.patch, +openrc-0.4.2.ebuild:
  Version bumped. Bug #254239. This fixes lots of details like compilation
  on non-linux, forcefsck only applying to boot and not shutdown.

  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.