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
|
# ChangeLog for sys-apps/baselayout
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.135 2004/05/02 16:09:30 vapier Exp $
# See the gentoo-src rc-scripts ChangeLog for up-to-date release information:
# http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup
02 May 2004; Mike Frysinger <vapier@gentoo.org> :
Do not install doc/man pages if build is in USE.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
baselayout-1.8.6.13-r1.ebuild, baselayout-1.8.6.13.ebuild:
Add inherit eutils
27 Apr 2004; Michael McCabe <randy@gentoo.org> baselayout-1.8.12.ebuild:
Marked stable on s390
*baselayout-1.8.12 (25 Apr 2004)
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> +baselayout-1.8.12.ebuild:
- Fix bug 40987 (gentoo should be able to boot with an empty /dev)
with patch from Spanky. The patch avoids redirection to /dev/null
when it doesn't exist; this was breaking /sbin/rc.
- Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
- Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null"
Also removed the errstr double-checking since the need for that is
alleviated by these typo fixes.
21 Apr 2004; <rac@gentoo.org> baselayout-1.8.11.ebuild:
Add needed extra () to RDEPEND
19 Apr 2004; Aron Griffis <agriffis@gentoo.org> baselayout-1.8.10.ebuild,
baselayout-1.8.5.9.ebuild, baselayout-1.8.6.10-r1.ebuild,
baselayout-1.8.6.12-r2.ebuild, baselayout-1.8.6.12-r3.ebuild,
baselayout-1.8.6.12-r4.ebuild, baselayout-1.8.6.12-r5.ebuild,
baselayout-1.8.6.8-r1.ebuild, baselayout-1.8.7.ebuild,
baselayout-1.8.8.ebuild, baselayout-1.8.9.ebuild, files/MAKEDEV.8:
Prune older ebuilds for bug 48353
*baselayout-1.8.11 (15 Apr 2004)
15 Apr 2004; Aron Griffis <agriffis@gentoo.org> +baselayout-1.8.11.ebuild:
Update to rc-scripts-1.4.9:
- Fix bug 47111 (severe depcache problems) with tons of help from
dswhite42 and the rest of the crew in that bug.
*baselayout-1.8.10 (14 Apr 2004)
14 Apr 2004; Aron Griffis <agriffis@gentoo.org> metadata.xml,
+baselayout-1.8.10.ebuild:
Update to rc-scripts-1.4.8:
- Fix bug 47623 (error removing inet6 addresses) with patch from Vlad
Yasevich
Since this one-liner was the only change from 1.8.9, mark this version
stable on all arches for 2004.1 release
*baselayout-1.8.9 (12 Apr 2004)
12 Apr 2004; Aron Griffis <agriffis@gentoo.org> +baselayout-1.8.9.ebuild:
Update to rc-scripts-1.4.7:
- Fix bug 47218 (net.eth0 broken for vlans), patch provided by Andy Dustman
- Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/*
directories), patch provided by Terje Bergstrvm.
Additionally clean up the baselayout ebuild, in particular remove
confusing defaltmerge() and broken keepdir_mount(). Add kdir() and
unkdir() functions which are a more complete hack to workaround bug
9849, just until Jason Stubbs's portage patch is applied and
available in stable-land.
*baselayout-1.8.8 (08 Apr 2004)
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+files/sysvinit-2.84-selinux1.patch, +baselayout-1.8.8.ebuild:
Update to rc-scripts-1.4.6 which contains checkroot patch for bug 38360. Fix a
typo in Gustavoz's previous patch for serial console. Add selinux patch from
bug 47139 to handle different versions of libselinux
*baselayout-1.8.7 (07 Apr 2004)
07 Apr 2004; Aron Griffis <agriffis@gentoo.org> +baselayout-1.8.7.ebuild:
Update to rc-scripts-1.4.4 with net.eth0 fixes and sparc fixes
17 Mar 2004; Seemant Kulleen <seemant@gentoo.org>
baselayout-1.8.6.13-r1.ebuild:
fix for bug #44712 by Michael Sterret <mr_bones_@gentoo.org>
03 Mar 2004; Mike Frysinger <vapier@gentoo.org> :
Add gcc2.x compat patch #43097 by Tristan Henderson.
28 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.13-r1.ebuild:
Bug #43099.
*baselayout-1.8.6.13-r1 (26 Feb 2004)
26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.13-r1.ebuild:
Make baselayout .tbz2 friendly, bug #42193. Major cleanups.
16 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.13.ebuild:
Add missing -r switch to grpck.
15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.13.ebuild:
Do not run grpconv if grpck do not return 0, bug #33282.
08 Feb 2004; Brad House <brad_mssw@gentoo.org> baselayout-1.8.6.13.ebuild:
ppc64 fixes
*baselayout-1.8.6.13 (08 Feb 2004)
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.13.ebuild:
Update version. Mostly livecd/linux-2.6 updates.
03 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org>
baselayout-1.8.6.12-r3.ebuild:
set ppc in keywords
01 Feb 2004; Brad House <brad_mssw@gentoo.org>
baselayout-1.8.6.12-r2.ebuild, baselayout-1.8.6.12-r3.ebuild,
baselayout-1.8.6.12-r4.ebuild, baselayout-1.8.6.12-r5.ebuild:
In catalyst, with USE=build and ROOT != / the ROOT/dev directory doesn't exist, so
you MUST create it otherwise extracting the dev tarball to that directory will
fail without stopping the ebuild
25 Jan 2004; Chris PeBenito <pebenito@gentoo.org>
baselayout-1.8.6.12-r2.ebuild, baselayout-1.8.6.12-r3.ebuild,
baselayout-1.8.6.12-r4.ebuild:
Add sysvinit SELinux patch.
*baselayout-1.8.6.12-r5 (21 Jan 2004)
21 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.12-r5.ebuild, files/sysvinit-2.84-selinux.patch:
Tweak livecd support. Add selinux patch from Chris PeBenito
<pebenito@gentoo.org>.
16 Jan 2004; Brad House <brad_mssw@gentoo.org>
baselayout-1.8.6.12-r4.ebuild:
livecd fixes
*baselayout-1.8.6.12-r4 (12 Jan 2004)
12 Jan 2004; Brad House <brad_mssw@gentoo.org>
baselayout-1.8.6.12-r4.ebuild:
put a baselayout in for testing specifically for livecds. It is keyworded -*
and has restrict=nomirror set, this will be updated as we fix more bugs
*baselayout-1.8.6.12-r3 (27 Dec 2003)
27 Dec 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.12-r2.ebuild, baselayout-1.8.6.12-r3.ebuild:
Add some udev specific tweaks. Fix logic that deals with the unpacking of the
device-node-tarball.
14 Dec 2003; Brad House <brad_mssw@gentoo.org>
baselayout-1.8.6.12-r2.ebuild:
baselayout fixes for catalyst stage builds
15 Dec 2003; <spider@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.8-r1.ebuild:
QA: fixing chown user.group to user:group, bug #35127
14 Dec 2003; Brad House <brad_mssw@gentoo.org>
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.12-r2.ebuild,
baselayout-1.8.6.8-r1.ebuild:
stage binaries do not have proper /dev fs if you do not pass the proper
MAKEDEV command. MAKEDEV does not yet support x86_64/amd64 therefore we must
use the 'generic-i386' options. If we let it default to 'generic' MAKEDEV
errors out b/c it internally doesn't support it. Open up /sbin/MAKEDEV with an
editor if in doubt.
10 Dec 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.12-r2.ebuild:
Update selinux check.
30 Nov 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.12-r2.ebuild:
Fix format of calling chown, bug #34612.
*baselayout-1.8.6.12-r2 (26 Nov 2003)
26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.12-r2.ebuild:
New release with new rc-scripts tarball.
*baselayout-1.8.6.12-r1 (26 Nov 2003)
26 Nov 2003; Luca Barbato <lu_zero@gentoo.org>
baselayout-1.8.6.12-r1.ebuild:
Installs the initreq.h include, needed by newer pbbuttonsd
*baselayout-1.8.6.12 (11 Nov 2003)
11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.12.ebuild:
New release.
27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.11.ebuild:
Enable shadow groups, bug #31762.
27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild:
Also do not remove real hosts for this ebuild.
27 Oct 2003; Martin Holzer <mholzer@gentoo.org> baselayout-1.8.6.11.ebuild:
Removing new hosts. Closes #32094
*baselayout-1.8.6.11 (14 Oct 2003)
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.11.ebuild,
baselayout-1.8.6.8-r1.ebuild:
New version. Fixed keymap for sun (should be 'sunkeymap' and not 'sun'),
Moved code that added '-static' to LDFLAGS to proper function, namely
src_compile(). Fixed merge errors when /dev/pts and /dev/shm was mounted
but not on devfs.
09 Oct 2003; Alexander Gabert <pappy@gentoo.org>
baselayout-1.8.6.10-r1.ebuild:
removed hardened-gcc flags again
05 Oct 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.8-r1.ebuild:
Fix $S.
05 Oct 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.8-r1.ebuild,
files/rc-scripts-1.4.2.9.tar.bz2, files/rc-scripts-1.4.3.10p1.tar.bz2,
files/rc-scripts-1.4.3.8p1.tar.bz2:
Move tarballs to mirrors.
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> baselayout-1.8.6.10-r1.ebuild :
Added ia64 keywords.
13 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild:
Mark stable
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.10.ebuild, baselayout-1.8.6.7.ebuild,
baselayout-1.8.6.8-r1.ebuild, baselayout-1.8.6.9.ebuild,
files/rc-scripts-1.4.3.10.tar.bz2, files/rc-scripts-1.4.3.7.tar.bz2,
files/rc-scripts-1.4.3.9.tar.bz2:
Fix RDEPEND to use a more simple form. Cleanup old ebuilds.
*baselayout-1.8.6.10-r1 (08 Sep 2003)
23 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild, baselayout-1.8.6.8-r1.ebuild:
Add static support, bug #29295.
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10-r1.ebuild, files/rc-scripts-1.4.3.10p1.tar.bz2:
This update is a service release - I will get to all the open bugs in the next
few days.
*baselayout-1.8.6.10 (04 Aug 2003)
04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.10.ebuild, files/rc-scripts-1.4.3.10.tar.bz2:
New version - see ChangeLog in /usr/share/doc as always.
23 Jul 2003; Olivier Crete <tester@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.7.ebuild, baselayout-1.8.6.8-r1.ebuild,
baselayout-1.8.6.9.ebuild:
Added lib64->lib symlinks for amd64
*baselayout-1.8.6.9 (17 Jul 2003)
17 Jul 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.9.ebuild,
files/rc-scripts-1.4.3.9.tar.bz2:
New bugfix release - check ChangeLog in /usr/share/doc/$P for changes.
15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.8.6.8-r1.ebuild:
Add lastb symlink.
15 Jul 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.9.ebuild,
baselayout-1.8.6.7.ebuild, baselayout-1.8.6.8-r1.ebuild:
Remove the ppp stuff, as they now ship with net-dialup/ppp.
*baselayout-1.8.6.8-r1 (21 May 2003)
03 Aug 2003; Guy Martin <gmsoft@gentoo.org> baselayout-1.8.6.8-r1.ebuild:
Added hppa to ARCH where serial console are enabled.
06 Jul 2003; Guy Martin <gmsoft@gentoo.org> baselayout-1.8.6.8-r1.ebuild :
Marked stable on hppa.
06 Jul 2003; Joshua Kinard <kumba@gentoo.org> baselayout-1.8.6.8-r1.ebuild:
Changed ~mips to mips in KEYWORDS
24 Jun 2003; Aron Griffis <agriffis@gentoo.org>
baselayout-1.8.6.8-r1.ebuild:
Mark stable on alpha
22 Jun 2003; Joshua Kinard <kumba@gentoo.org> baselayout-1.8.6.8-r1.ebuild:
Changed ~sparc to sparc in KEYWORDS
21 May 2003; Martin Schlemmer <azaraht@gentoo.org> Manifest, baselayout-1.8.6.8-r1.ebuild,
files/rc-scripts-1.4.3.8p1.tar.bz2:
Fix a bad bug that I missed, bug #21376.
*baselayout-1.8.6.8 (20 May 2003)
20 May 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.8.ebuild,
files/rc-scripts-1.4.3.8.tar.bz2 :
Bugfix release.
*baselayout-1.8.6.7 (12 May 2003)
12 May 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.7.ebuild,
files/rc-scripts-1.4.3.7.tar.bz2:
New release with lots of updates and fixes.
28 Apr 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.6.ebuild :
Some of the build images have MAKEDEV in /usr/sbin, and we called it with
/usr/sbin/MAKEDEV, which is wrong since we moved it to /sbin. This caused
things to break, as we called /usr/sbin/MAKEDEV, and subsequent calls used
the copy in /sbin, which is different versions. Add a symlink in /usr/sbin
to overwrite the invalide MAKEDEV, and call it via /sbin/MAKEDEV. This
should close bug #15299.
28 Apr 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.6.ebuild :
Fix docs installing to the wrong place (bug #20091), thanks to sharp eye of
Matt Taylor <liverbugg@juno.com>.
*baselayout-1.8.6.6 (27 Apr 2003)
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.6.ebuild :
Update version.
*baselayout-1.8.5.9 (27 Apr 2003)
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.9.ebuild :
Add slocate group, bug #19604.
*baselayout-1.8.6.5 (07 Apr 2003)
07 Apr 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.5.ebuild :
New release.
23 Mar 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.4-r1.ebuild :
Fix the check for 'si::sysinit:/sbin/rc sysinit' in /etc/inittab to also
update inittab if the line is commented, thanks to report form
Norberto BENSA <nbensa@gmx.net>.
*baselayout-1.8.6.4-r1 (21 Mar 2003)
24 Mar 2003; Brandon Low <lostlogic@gentoo.org>
baselayout-1.8.6.4-r1.ebuild:
Move a cd so that it gets done for all cases where it is needed
21 Mar 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.4-r1.ebuild :
Fix 'etc-update' to be 'env-update' as it *should* have been. Tweak updating
of /etc/conf.d/rc and /etc/inittab to resolve bug #17829, thanks to
Jay Pfeifer <pfeifer@gentoo.org>.
17 Mar 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.4.ebuild :
Only run 'keepdir /usr/portage' if ${ROOT}/usr/portage do NOT exist, else we
run into problems if it is a readonly NFS mount among others.
*baselayout-1.8.6.4 (16 Mar 2003)
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.4.ebuild :
New release.
*baselayout-1.8.6.3 (09 March 2003)
11 Mar 2003; Zach Welch <zwelch@gentoo.org> baselayout-1.8.5.5.ebuild,
baselayout-1.8.5.8.ebuild, baselayout-1.8.6.2.ebuild,
baselayout-1.8.6.3.ebuild:
change sys-kernel/linux-headers to new virtual/os-headers
09 March 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.3.ebuild :
New beta release; check ChangeLog in usual place for more info.
20 Feb 2003; Zach Welch <zwelch@gentoo.org> baselayout-1.8.5.8.ebuild :
Added arm to keywords.
08 Feb 2003; Guy Martin <gmsoft@gentoo.org> baselayout-1.8.5.8.ebuild :
Added hppa to keywords.
22 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.8.ebuild :
Mark stable.
*baselayout-1.8.6.2 (07 Jan 2003)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
serial console for mips
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.2.ebuild :
Bugfixes for /var stuff.
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.1.ebuild :
New version with /var on seperate partition fixes ...
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.0.ebuild :
Make sure we only update /etc/conf.d/rc if the user do not have the new with
'svcmount' stuff ...
*baselayout-1.8.6.0 (07 Jan 2003)
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.6.0.ebuild :
New alpha release that do not need tmpfs for caching dependencies. Also
RAID changes, etc. Please make sure to update all ._cfg????_* files, else
things might break .... See ChangeLog in /usr/share/doc/$PF for more info.
*baselayout-1.8.5.8 (07 Jan 2003)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
serial console for mips
15 Jan 2003; Jason Wever <weeve@gentoo.org> baselayout-1.8.5.8.ebuild :
Changed ~sparc keyword to sparc.
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.8.ebuild :
Bugfix release; see ChangeLog in /usr/share/doc/$PF.
*baselayout-1.8.5.7 (24 Dec 2002)
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.7.ebuild :
Minor bugfixes.
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.5.ebuild :
Bump to stable.
*baselayout-1.8.5.6 (18 Dec 2002)
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.6.ebuild :
Mips support among things.
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.5.ebuild :
Fix /usr/lib/X11 symlink. Change gawk module to compile if
/usr/include/awk/awk.h exists.
*baselayout-1.8.5.5 (09 Dec 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Fix mips specific stuff
Added mips to keywords
10 Dec 2002; Seemant Kulleen <seemant@gentoo.org>
baselayout-1.8.5.5.ebuild :
Removed references to sparc64 ARCH/KEYWORD as it is deprecated until we
have a 64 bit userland implementation.
09 Dec 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.5.ebuild :
Add a 'keepdir /var/state', closing bug #11546. Change console type for
serial console (sparc) from 'linux' to 'vt100', closing bug #11551.
Check /usr/share/doc/baselayout-1.8.5.5/ChangeLog.gz for details.
06 Dec 2002; Rodney Rees <manson@gentoo.org> :
Changed sparc and ~sparc keywords.
*baselayout-1.8.5.4 (26 Nov 2002)
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.4.ebuild :
Check /usr/share/doc/baselayout-1.8.5.4/ChangeLog.gz for details.
*baselayout-1.8.5.3 (18 Nov 2002)
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.3.ebuild :
Ok, new version again. Fixes config files containing licenses, and a problem
with the awk module on non-x86 arch's. This should hopefully be the last release
for a bit.
*baselayout-1.8.5.2 (18 Nov 2002)
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.2.ebuild :
New version with super fast rc-envupdate.sh.
*baselayout-1.8.5.1 (18 Nov 2002)
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.1.ebuild :
Fix using /usr/bin/find in depscan.sh.
*baselayout-1.8.5 (17 Nov 2002)
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.5.ebuild :
New version that have depscan.sh using awk scripts to do the main work.
This should improve speed a lot, and hopefully resolve bug #10548.
*baselayout-1.8.4.2 (5 Nov 2002)
5 Nov 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.4.2.ebuild :
Another minor bugfix release to resolve current major show stoppers.
30 Oct 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.4.1.ebuild :
Add poweroff symlink, closing bug #9857 thanks to
Jose Fonseca <j_r_fonseca@yahoo.co.uk>.
*baselayout-1.8.4.1 (28 Oct 2002)
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.4.1.ebuild :
Bugfix release for 1.8.4.
*baselayout-1.8.4 (13 Oct 2002)
20 Oct 2002; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
Changed unsite.nc.edu to sunsite.nc.edu --- thanks to mg (abiword
developer and gentoo user) -- mentioned it on irc to me.
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.4.ebuild :
Lots of fixes. See ChangeLog.
*baselayout-1.8.3 (7 Sep 2002)
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.3.ebuild :
Get things ready for suid utmp stuff for xterms .. bug #7630.
5 Sep 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.2.ebuild :
Remove /etc/termcap. Anything that needs it, should depend on
sys-libs/libtermcap-compat. Some cleanups; should have passwd and
shadow back in CONTENTS.
26 Aug 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.8.2.ebuild :
Tweak DEPEND to depend on portage-2.0.23 or later. Also remove the '!'
depend on <sys-apps/gawk-3.1.0-r3 in favour of one that depend on
>=sys-apps/gawk-3.1.0-r3 if "build" and "bootstrap" not in USE. This
should resolve bug #7018.
*baselayout-1.8.2 (25 Aug 2002)
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org> :
New release, see included ChangeLog for changes.
*baselayout-1.8.1 (08 Aug 2002)
08 Aug 2002; Martin Schlemmer <azarah@gentoo.org> :
New release. Adds many fixes/update. Add /etc/termcap.
*baselayout-1.8.0 (17 July 2002)
17 July 2002; Martin Schlemmer <azarah@gentoo.org> :
Lots of bugfixes and updates. Please see included ChangeLog in
/usr/share/doc/baselayout-1.8.0/ChangeLog.gz for details.
*baselayout-1.7.9-r2 (14 July 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> baselayout-1.7.9-r2.ebuild :
Added KEYWORDS.
*baselayout-1.7.9-r1 (13 May 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> baselayout-1.7.9.ebuild :
Added KEYWORDS.
14 Jul 2002; phoen][x <phoenix@gentoo.org> baselayout-1.7.9-r1.ebuild :
Added KEYWORDS.
13 May 2002; M.Schlemmer <azarah@gentoo.org> :
Dont install /usr/sbin/run-crons anymore, as sys-apps/cronbase do it now.
*baselayout-1.7.9 (12 May 2002)
*baselayout-1.7.8-r1 (23 Apr 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> baselayout-1.7.8-r1.ebuild :
Added KEYWORDS, SLOT.
23 Apr 2002; M.Schlemmer <azarah@gentoo.org> :
Remove /var/run/utmpx again.
*baselayout-1.7.8 (22 Apr 2002)
*baselayout-1.7.7 (5 Apr 2002)
7 Apr 2002; M.Schlemmer <azarah@gentoo.org> :
Move /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and
/etc/init.d/functions.sh to /sbin to ensure that they are updated correctly.
Other minor bug fixes, check the Changelog.
*baselayout-1.7.6 (24 Mar 2002)
24 Mar 2002; M.Schlemmer <azarah@gentoo.org> :
As rc-scripts-1.3.1 was pretty much still in the works, "before" and "after"
order deps was pretty broken. This release fix this along with a few other
minor bugfixes.
24 Mar 2002; M.Schlemmer <azarah@gentoo.org> :
baselayout-1.7.4* used copies of depscan.sh and functions.sh in ${FILESDIR} to
fix problems, and this was forgotten to be taken out in 1.7.5*.
*baselayout-1.7.5-r1 (23 Mar 2002)
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Jim Nutt pointed out that
his /etc/inittab kept on getting overwritten after every new baselayout merge.
Investigated and found many illegal things being done in pkg_postinst(), which
are now hopefully fixed.
*baselayout-1.7.5 (23 Mar 2002)
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : New release with several
rc-script bug fixes; see /usr/share/doc/baselayout-1.7.5/ChangeLog.gz for more
info (this new baselayout includes rc-scripts-1.3.1)
21 March 2002; M.Schlemmer <azarah@gentoo.org> :
Update the pkg_postinst() stuff to use the build USE flag when doing stuff
that really should not be done during bootstrap.
Add support for the "bootstrap" USE flag.
20 March 2002; Daniel Robbins <drobbins@gentoo.org> : fixed pkg_postinst()
that was changing dirs to ${D}/dev instead of ${ROOT}/dev. No rev bump.
20 March 2002; Daniel Robbins <drobbins@gentoo.org> : tweaked ebuild to test
for devfs mount by looking for /dev/.devfsd, not by catting /proc/mounts.
Catting /proc/mounts can give inaccurate results if you're inside a chroot
and your "outside" root has devfs enabled (which is normally the case,
really, since the CD uses devfs). This should fix a problem where device
nodes don't exist after bootstrap, which causes the sys-devel/perl build to
fail since it cats stuff to /dev/null. (causes obscure "missing seperator
in makefile, line 613" error). No rev bump for this fix.
*baselayout-1.7.4-r2 (11 March 2002)
11 March 2002; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.7.4-r2.ebuild, functions.sh : Fix functions.sh using
/usr/bin/basename for users that have /usr on seperate partition.
*baselayout-1.7.4-r1 (11 March 2002)
11 March 2002; Martin Schlemmer <azarah@gentoo.org>
baselayout-1.7.4-r1.ebuild, depscan.sh : Fix bash error if no service
"provide" a virtual service.
*baselayout-1.7.4 (10 March 2002)
6 March 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.3-r3.ebuild :
Fix a bug where merging baselayout with 1.7.3-r1 already installed, would kill
X when it was started with /etc/init.d/xdm.
6 March 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.3-r2.ebuild :
Fixed the respawning "startDM.sh" process. Fixed the fsck of / when rebooting
for the first time after baselayout merge.
5 March 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.3-r1.ebuild :
Update /etc/init.d/keymaps and /etc/init.d/consolefont to use the new
sys-apps/kbd package. More xdm fixes and safeguards in /sbin/rc.
Added a "mkdir -p /etc/X11/" for if it do not exist.
*baselayout-1.7.3 (4 March 2002)
4 March 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.3.ebuild :
Add updated xdm scripts to handle the "dead keys" bug. They should move to
the xfree package when tested fully.
Other minor ajustments.
*baselayout-1.7.2 (3 March 2002)
3 March 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.2.ebuild :
Lots of updates and fixes, check /usr/share/doc/baselayout-1.7.2/ChangeLog
for details.
*baselayout-1.7.1-r2 (25 Feb 2002)
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org> baselayout-1.7.1-r2.ebuild :
Change devices to be created in ${D}/dev and not ${D}/lib/dev-state, as they
are for use only when devfs is not used.
*baselayout-1.7.1-r1 (20 Feb 2002)
20 Feb 2002; Daniel Robbins <drobbins@gentoo.org> baselayout-1.7.1-r1.ebuild:
moved MAKEDEV device node creation to pkg_postinst() so that device nodes don't
get recorded in CONTENTS. Latest CVS Portage no longer records device nodes
in CONTENTS since there's generally no point or clean way to unmerge them.
*baselayout-1.7.1 (6 Feb 2002)
6 Feb 2002; M.Schlemmer <azarah@gentoo.org> baselayout-1.7.1.ebuild :
Move rc-scripts.tar.bz2 to CVS. Remove forcefull install of /etc/devfsd.conf.
*baselayout-1.7.0-r1 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|