]> git.ozlabs.org Git - yaboot.git/blob - ChangeLog
Fix partition file search
[yaboot.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
3 #
4
5 2002-09-08 00:13:58 GMT Ethan Benson <erbenson@alaska.net>      patch-28
6
7     Summary:
8       Fix partition file search
9     Revision:
10       yaboot--devel--1.3--patch-28
11
12     * Change file_block_open() to check for FILE_OK rather then NULL
13     return from fs_open().  When no partition is specified in a file open
14     call yaboot will loop through all known partitions until the file is
15     found, or no more partitions are left.  In older versions fs_open()
16     would check for FILE_OK, so checking for NULL return from fs_open()
17     worked, in current versions fs_open() checks for BADFS so proper
18     errors can be reported.  This only really affects IBM CHRP.
19     
20
21     modified files:
22      ChangeLog second/file.c
23
24
25 2002-08-18 22:33:31 GMT Ethan Benson <erbenson@alaska.net>      patch-27
26
27     Summary:
28       make version numbers loudly unsupported due to dumb dist maintainers
29     Revision:
30       yaboot--devel--1.3--patch-27
31
32     * make version numbers loudly unsupported due to dumb dist
33       maintainers, real versions not in place till release time.  UNRELEASED
34       SOFTWARE SHOULD NOT BE PACKAGED.
35
36     modified files:
37      0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig
38      ybin/ybin
39
40
41 2002-08-15 07:26:38 GMT Ethan Benson <erbenson@alaska.net>      patch-26
42
43     Summary:
44       Bump yabootconfig version
45     Revision:
46       yaboot--devel--1.3--patch-26
47
48     * Bump yabootconfig version number.
49     
50     
51
52     modified files:
53      0arch-timestamps0 ChangeLog ybin/yabootconfig
54
55
56 2002-08-15 07:24:35 GMT Ethan Benson <erbenson@alaska.net>      patch-25
57
58     Summary:
59       Fix rare fstab parsing bug in yabootconfig
60     Revision:
61       yaboot--devel--1.3--patch-25
62
63     * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the
64       user had commented entries for the / filesystem yabootconfig would end
65       up detecting one of those.
66
67     modified files:
68      0arch-timestamps0 ChangeLog ybin/yabootconfig
69
70
71 2002-07-29 08:01:44 GMT Ethan Benson <erbenson@alaska.net>      patch-24
72
73     Summary:
74       Don't recommend reporting bugs to benh in yabootconfig(8)
75     Revision:
76       yaboot--devel--1.3--patch-24
77
78     * Don't recommend reporting bugs to benh in yabootconfig(8).
79     
80     
81     
82
83     modified files:
84      0arch-timestamps0 ChangeLog man/yabootconfig.8
85
86
87 2002-07-03 08:17:12 GMT Ethan Benson <erbenson@alaska.net>      patch-23
88
89     Summary:
90       Fix reiserfs symlink resolution
91     Revision:
92       yaboot--devel--1.3--patch-23
93
94     * Fix reiserfs symlink resolution which could fail in certain circumstances.
95     
96     
97
98     modified files:
99      0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h
100
101
102 2002-05-29 08:50:39 GMT Ethan Benson <erbenson@alaska.net>      patch-22
103
104     Summary:
105       Update timestamp file to exclude {arch}/*
106     Revision:
107       yaboot--devel--1.3--patch-22
108
109     Update timestamp file to exclude {arch}/*.
110     
111     
112     
113
114     modified files:
115      0arch-timestamps0 ChangeLog
116
117
118 2002-05-04 13:00:23 GMT Ethan Benson <erbenson@alaska.net>      patch-21
119
120     Summary:
121       Add 0arch-timestamps0 setftime timestamp database
122     Revision:
123       yaboot--devel--1.3--patch-21
124
125     Add 0arch-timestamps0 setftime timestamp database.  This allows us to
126     work around arch's lack of preserving timestamps.
127     
128
129     new files:
130      .arch-ids/0arch-timestamps0.id 0arch-timestamps0
131
132     modified files:
133      ChangeLog
134
135
136 2002-04-20 13:52:09 GMT Ethan Benson <erbenson@alaska.net>      patch-20
137
138     Summary:
139       Update upstream notice in yaboot-howto, translate it to de.
140     Revision:
141       yaboot--devel--1.3--patch-20
142
143     * Update upstream notice in yaboot-howto, translate it to de.
144
145     modified files:
146      ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml
147
148
149 2002-03-31 05:21:42 GMT Ethan Benson <erbenson@alaska.net>      patch-19
150
151     Summary:
152       Remove more arch crap in clean target
153     Revision:
154       yaboot--devel--1.3--patch-19
155
156     * Remove ,,* in clean target, this is more crap arch leaves laying around.
157
158     modified files:
159      ChangeLog Makefile
160
161
162 2002-03-31 05:11:46 GMT Ethan Benson <erbenson@alaska.net>      patch-18
163
164     Summary:
165       Fix make clean from previous patch
166     Revision:
167       yaboot--devel--1.3--patch-18
168
169     find man page is on crack.  Fix find calls my way which appears to work correctly.
170
171     modified files:
172      ChangeLog Makefile
173
174
175 2002-03-31 05:00:26 GMT Ethan Benson <erbenson@alaska.net>      patch-17
176
177     Summary:
178       Update clean targets
179     Revision:
180       yaboot--devel--1.3--patch-17
181
182     * Remove chmod calls from make clean, arch is supposed to keep track
183       of permissions correctly so they shouldn't be needed now.
184     
185     * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
186       doesn't recurse into arch's revision control directories and possibly
187       corrupt them.
188     
189     * Add archclean target which removes all of arch's cruft so release
190       tarballs won't be ridiculously bloated (arch keeps a complete
191       duplicate copy of the source making the tarball twice the size it
192       should be, no good for release tarballs).  If people want a `archable'
193       tree they should just use arch to check one out.
194
195     modified files:
196      ChangeLog Makefile
197
198
199 2002-03-27 14:10:34 GMT Ethan Benson <erbenson@alaska.net>      patch-16
200
201     Summary:
202       sync with latest yaboot CVS
203     Revision:
204       yaboot--devel--1.3--patch-16
205
206     Add german howto for yaboot-howto.
207     
208     Typo fixes/minor updates to yaboot-howto.
209     
210     small fixes to elfextract.
211     
212     
213
214     new files:
215      doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml
216
217     modified files:
218      ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml
219      util/elfextract.c
220
221
222 2002-03-27 13:55:42 GMT Ethan Benson <erbenson@alaska.net>      patch-15
223
224     Summary:
225       Commit yaboot 1.3.6
226     Revision:
227       yaboot--devel--1.3--patch-15
228
229     Commit yaboot 1.3.6.
230
231     modified files:
232      ChangeLog Makefile changelog doc/README.rs6000
233      doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h
234      include/cmdline.h include/debug.h include/errors.h
235      include/fdisk-part.h include/file.h include/fs.h
236      include/mac-part.h include/partition.h include/prom.h
237      include/yaboot.h lib/malloc.c lib/string.S second/cache.S
238      second/cfg.c second/cmdline.c second/file.c second/fs.c
239      second/fs_ext2.c second/fs_iso.c second/fs_of.c
240      second/fs_reiserfs.c second/fs_xfs.c second/md5.c
241      second/partition.c second/prom.c second/yaboot.c
242      util/addnote.c util/elfextract.c ybin/ybin
243
244
245 2002-03-27 13:45:22 GMT Ethan Benson <erbenson@alaska.net>      patch-14
246
247     Summary:
248       Commit yaboot 1.3.6-pre2
249     Revision:
250       yaboot--devel--1.3--patch-14
251
252     Commit yaboot 1.3.6-pre2.
253
254     modified files:
255      ChangeLog Makefile TODO changelog man/yabootconfig.8
256      second/file.c second/yaboot.c ybin/ybin
257
258
259 2002-03-27 13:37:21 GMT Ethan Benson <erbenson@alaska.net>      patch-13
260
261     Summary:
262       Commit yaboot 1.3.6-pre1
263     Revision:
264       yaboot--devel--1.3--patch-13
265
266     Commit yaboot 1.3.6-pre1.
267
268     modified files:
269      ChangeLog Makefile README THANKS TODO changelog
270      doc/README.rs6000 doc/examples/simpleboot.chrp
271      doc/examples/yaboot.conf.multi-boot
272      doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch
273      man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c
274      second/yaboot.c ybin/yabootconfig ybin/ybin
275
276     renamed files:
277      doc/examples/.arch-ids/yaboot.conf.rs6k.id
278        ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id
279      doc/examples/yaboot.conf.rs6k
280        ==> doc/examples/yaboot.conf.rs6000
281
282
283
284 2002-03-27 13:30:47 GMT Ethan Benson <erbenson@alaska.net>      patch-12
285
286     Summary:
287       Commit yaboot 1.3.5
288     Revision:
289       yaboot--devel--1.3--patch-12
290
291     Commit yaboot 1.3.5.
292
293     new files:
294      doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id
295      doc/Makefile doc/yaboot-howto.sgml
296
297     modified files:
298      ChangeLog Makefile THANKS changelog man.patch
299      man/yaboot.conf.5 ybin/ybin
300
301
302 2002-03-27 13:25:55 GMT Ethan Benson <erbenson@alaska.net>      patch-11
303
304     Summary:
305       Commit yaboot 1.3.5-pre3
306     Revision:
307       yaboot--devel--1.3--patch-11
308
309     Commit yaboot 1.3.5-pre3.
310
311     modified files:
312      ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c
313      ybin/ybin
314
315
316 2002-03-27 13:22:23 GMT Ethan Benson <erbenson@alaska.net>      patch-10
317
318     Summary:
319       Commit yaboot 1.3.5-pre2
320     Revision:
321       yaboot--devel--1.3--patch-10
322
323     Commit yaboot 1.3.5-pre2.
324
325     modified files:
326      ChangeLog Makefile changelog man.patch man/yaboot.conf.5
327      second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin
328
329
330 2002-03-26 15:11:26 GMT Ethan Benson <erbenson@alaska.net>      patch-9
331
332     Summary:
333       Commit yaboot 1.3.5-pre1
334     Revision:
335       yaboot--devel--1.3--patch-9
336
337     Commit yaboot 1.3.5-pre1.
338
339     removed files:
340      include/et/.arch-ids/com_err.c.id include/et/com_err.c
341
342     modified files:
343      ChangeLog Makefile TODO changelog include/bootinfo.h
344      include/ctype.h include/debug.h include/ext2fs/bitops.h
345      include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h
346      include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c
347      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
348      second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c
349      second/iso_util.c second/partition.c second/prom.c
350      second/yaboot.c util/addnote.c ybin/ybin
351
352
353 2002-03-26 15:05:27 GMT Ethan Benson <erbenson@alaska.net>      patch-8
354
355     Summary:
356       Commit yaboot 1.3.4
357     Revision:
358       yaboot--devel--1.3--patch-8
359
360     Commit yaboot 1.3.4.
361
362     modified files:
363      ChangeLog Makefile changelog include/bootinfo.h
364      include/ctype.h include/debug.h include/file.h second/cfg.c
365      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
366      second/iso_util.c second/partition.c second/prom.c
367      second/yaboot.c util/addnote.c ybin/ybin
368
369
370 2002-03-26 15:00:49 GMT Ethan Benson <erbenson@alaska.net>      patch-7
371
372     Summary:
373       Commit yaboot 1.3.4-pre3
374     Revision:
375       yaboot--devel--1.3--patch-7
376
377     Commit yaboot 1.3.4-pre3.
378
379     new files:
380      include/.arch-ids/debug.h.id include/debug.h
381
382     modified files:
383      ChangeLog Makefile changelog include/errors.h include/file.h
384      include/fs.h include/partition.h include/prom.h second/cfg.c
385      second/file.c second/fs_ext2.c second/fs_of.c
386      second/fs_reiserfs.c second/fs_xfs.c second/partition.c
387      second/prom.c second/yaboot.c ybin/ybin
388
389
390 2002-03-26 14:42:58 GMT Ethan Benson <erbenson@alaska.net>      patch-6
391
392     Summary:
393       Commit yaboot 1.3.4-pre2
394     Revision:
395       yaboot--devel--1.3--patch-6
396
397     Commit yaboot 1.3.4-pre2.
398
399     modified files:
400      ChangeLog Makefile changelog second/file.c second/yaboot.c
401      ybin/ybin
402
403
404 2002-03-25 15:13:19 GMT Ethan Benson <erbenson@alaska.net>      patch-5
405
406     Summary:
407       Commit yaboot 1.3.4-pre1
408     Revision:
409       yaboot--devel--1.3--patch-5
410
411     Commit yaboot 1.3.4-pre1.
412
413     new files:
414      include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id
415      include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id
416      .arch-ids/Config.id include/xfs/xfs.h include/errors.h
417      second/fs_xfs.c Config
418
419     removed files:
420      include/.arch-ids/gui.h.id include/.arch-ids/video.h.id
421      second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id
422      second/gui/.arch-ids/effects.c.id
423      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
424      include/gui.h include/video.h second/gui/colormap.c
425      second/gui/effects.c second/gui/pcx.c second/gui/video.c
426
427     modified files:
428      ChangeLog Makefile THANKS changelog include/file.h
429      include/fs.h include/prom.h include/string.h include/yaboot.h
430      lib/malloc.c second/cfg.c second/file.c second/fs.c
431      second/fs_ext2.c second/fs_iso.c second/fs_of.c
432      second/fs_reiserfs.c second/partition.c second/prom.c
433      second/yaboot.c util/addnote.c ybin/ybin
434
435     new directories:
436      include/xfs/.arch-ids include/xfs
437
438     removed directories:
439      second/gui/.arch-ids second/gui
440
441
442 2002-03-25 14:50:10 GMT Ethan Benson <erbenson@alaska.net>      patch-4
443
444     Summary:
445       Commit yaboot 1.3.3
446     Revision:
447       yaboot--devel--1.3--patch-4
448
449     Commit yaboot 1.3.3.
450
451     modified files:
452      ChangeLog Makefile changelog first/ofboot man.patch
453      man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig
454      ybin/ybin
455
456
457 2002-03-25 14:28:05 GMT Ethan Benson <erbenson@alaska.net>      patch-3
458
459     Summary:
460       Commit yaboot 1.3.2
461     Revision:
462       yaboot--devel--1.3--patch-3
463
464     Commit yaboot 1.3.2.
465
466     modified files:
467      ChangeLog Makefile changelog ybin/ybin
468
469
470 2002-03-25 14:05:52 GMT Ethan Benson <erbenson@alaska.net>      patch-2
471
472     Summary:
473       Commit yaboot 1.3.1
474     Revision:
475       yaboot--devel--1.3--patch-2
476
477     Commit yaboot 1.3.1.
478
479     modified files:
480      ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin
481
482
483 2002-03-25 07:43:37 GMT Ethan Benson <erbenson@alaska.net>      patch-1
484
485     Summary:
486       Commit yaboot 1.3.0
487     Revision:
488       yaboot--devel--1.3--patch-1
489
490     Commit yaboot 1.3.0.
491
492     new files:
493      .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id
494      .arch-ids/Makefile.id .arch-ids/README.id
495      .arch-ids/README.man.patch.id .arch-ids/THANKS.id
496      .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id
497      doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id
498      doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id
499      doc/examples/.arch-ids/README.dualboot.chrp.id
500      doc/examples/.arch-ids/README.mbicons.id
501      doc/examples/.arch-ids/README.simpleboot.chrp.id
502      doc/examples/.arch-ids/dualboot.chrp.id
503      doc/examples/.arch-ids/large-penguin.mbicon.id
504      doc/examples/.arch-ids/simpleboot.chrp.id
505      doc/examples/.arch-ids/yaboot.conf.multi-boot.id
506      doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id
507      etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id
508      first/.arch-ids/ofboot.id include/.arch-ids/=id
509      include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id
510      include/asm/.arch-ids/ppc_asm.tmpl.id
511      include/asm/.arch-ids/processor.h.id
512      include/.arch-ids/bootinfo.h.id
513      include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id
514      include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id
515      include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id
516      include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id
517      include/ext2fs/.arch-ids/bitops.h.id
518      include/ext2fs/.arch-ids/ext2_err.h.id
519      include/ext2fs/.arch-ids/ext2_io.h.id
520      include/ext2fs/.arch-ids/ext2fs.h.id
521      include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id
522      include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id
523      include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id
524      include/linux/.arch-ids/ext2_fs.h.id
525      include/linux/.arch-ids/iso_fs.h.id
526      include/linux/.arch-ids/stat.h.id
527      include/linux/.arch-ids/types.h.id
528      include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id
529      include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id
530      include/reiserfs/.arch-ids/=id
531      include/reiserfs/.arch-ids/reiserfs.h.id
532      include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id
533      include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id
534      include/.arch-ids/swab.h.id include/.arch-ids/types.h.id
535      include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id
536      lib/.arch-ids/=id lib/.arch-ids/ctype.c.id
537      lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id
538      lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id
539      lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id
540      lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id
541      man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id
542      man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id
543      man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id
544      man/.arch-ids/ybin.8.id .arch-ids/man.patch.id
545      second/.arch-ids/=id second/.arch-ids/cache.S.id
546      second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id
547      second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id
548      second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id
549      second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id
550      second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id
551      second/gui/.arch-ids/colormap.c.id
552      second/gui/.arch-ids/effects.c.id
553      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
554      second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id
555      second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id
556      second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id
557      util/.arch-ids/=id util/.arch-ids/addnote.c.id
558      util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id
559      ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id
560      ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS
561      COPYING INSTALL Makefile README README.man.patch THANKS TODO
562      changelog doc/README.ofboot doc/README.ofpath
563      doc/README.rs6000 doc/examples/README.dualboot.chrp
564      doc/examples/README.mbicons
565      doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp
566      doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp
567      doc/examples/yaboot.conf.multi-boot
568      doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot
569      include/asm/elf.h include/asm/ppc_asm.tmpl
570      include/asm/processor.h include/bootinfo.h include/byteorder.h
571      include/cfg.h include/cmdline.h include/ctype.h
572      include/et/com_err.c include/et/com_err.h
573      include/ext2fs/bitops.h include/ext2fs/ext2_err.h
574      include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h
575      include/fdisk-part.h include/file.h include/fs.h include/gui.h
576      include/linux/elf.h include/linux/ext2_fs.h
577      include/linux/iso_fs.h include/linux/stat.h
578      include/linux/types.h include/mac-part.h include/md5.h
579      include/partition.h include/prom.h include/reiserfs/reiserfs.h
580      include/setjm2.h include/setjmp.h include/stdlib.h
581      include/string.h include/swab.h include/types.h
582      include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a
583      lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c
584      lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8
585      man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8
586      man/ybin.8 man.patch second/cache.S second/cfg.c
587      second/cmdline.c second/crt0.S second/file.c second/fs.c
588      second/fs_ext2.c second/fs_iso.c second/fs_of.c
589      second/fs_reiserfs.c second/gui/colormap.c
590      second/gui/effects.c second/gui/pcx.c second/gui/video.c
591      second/iso_util.c second/md5.c second/partition.c
592      second/prom.c second/setjmp.S second/yaboot.c util/addnote.c
593      util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig
594      ybin/ybin
595
596     modified files:
597      ChangeLog
598
599     new directories:
600      doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids
601      first/.arch-ids include/.arch-ids include/asm/.arch-ids
602      include/et/.arch-ids include/ext2fs/.arch-ids
603      include/linux/.arch-ids include/reiserfs/.arch-ids
604      lib/.arch-ids man/.arch-ids second/.arch-ids
605      second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc
606      doc/examples etc first include include/asm include/et
607      include/ext2fs include/linux include/reiserfs lib man second
608      second/gui util ybin
609
610
611 2002-03-25 03:28:42 GMT Ethan Benson <erbenson@alaska.net>      base-0
612
613     Summary:
614       Create yaboot arch repo
615     Revision:
616       yaboot--devel--1.3--base-0
617
618     Create yaboot arch repo.
619
620     new files:
621      ./.arch-ids/ChangeLog.id ./ChangeLog
622
623