summaryrefslogtreecommitdiff
blob: 6607bab17eb4cab10e73e242ea622291878ab174 (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
# ChangeLog for sys-apps/module-init-tools
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/ChangeLog,v 1.119 2007/02/06 12:31:28 blubb Exp $

  06 Feb 2007; Simon Stelling <blubb@gentoo.org>
  module-init-tools-3.2.2-r2.ebuild:
  stable on amd64; bug 159097

  03 Feb 2007; Mike Frysinger <vapier@gentoo.org> files/modules-update:
  Search for System.map with kernel suffixes as suggested by Lloeki #165134.

  02 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  module-init-tools-3.2.2-r2.ebuild:
  Stable on sparc

  06 Jan 2007; Tom Gall <tgall@gentoo.org> module-init-tools-3.2.2-r2:
  stable on ppc64, part of the baselayout aggressive move.

*module-init-tools-3.2.2-r2 (14 Dec 2006)

  14 Dec 2006; Mike Frysinger <vapier@gentoo.org>
  +files/module-init-tools-3.2.2-handle-dupliate-aliases.patch,
  +files/modules-update, +module-init-tools-3.2.2-r2.ebuild:
  Move modules-update from baselayout to here, fix by Martin Väth for
  infinite recursion troubles #149426, and make sure /etc/modprobe.d/ files
  get added to /etc/modprobe.conf #145962 by Greg Kroah-Hartman.

  06 Nov 2006; Mike Frysinger <vapier@gentoo.org>
  +files/modutils-2.4.27-build.patch, module-init-tools-3.2.2-r1.ebuild:
  Generate .depend files with CPPFLAGS rather than CFLAGS #154281.

  04 Sep 2006; Joshua Kinard <kumba@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Marked stable on mips.

  29 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Stable on Alpha, bug 144559.

  29 Aug 2006; Joseph Jezak <josejx@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Marked ppc stable for bug #144559.

  25 Aug 2006; <ticho@gentoo.org> module-init-tools-3.2.2-r1.ebuild:
  Stable on x86, bug #144559.

  25 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Stable on sparc wrt #144559

  23 Aug 2006; Jeroen Roovers <jer@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Stable for HPPA (bug #144559).

  23 Aug 2006; Jeroen Roovers <jer@gentoo.org>
  +files/modutils-2.4.27-hppa.patch, module-init-tools-3.2.2-r1.ebuild:
  Fixed modutils build for hppa1.1, tx to vapier (fixes bug #144788).

  21 Aug 2006; Brent Baude <ranger@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Marking module-init-tools-3.2.2-r1 wrt bug #144559

  21 Aug 2006; Daniel Gryniewicz <dang@gentoo.org>
  module-init-tools-3.2.2-r1.ebuild:
  Marked stable on amd64 for bug #144559

*module-init-tools-3.2.2-r1 (04 May 2006)

  04 May 2006; Mike Frysinger <vapier@gentoo.org>
  +module-init-tools-3.2.2-r1.ebuild:
  Add back in support for USE=no-old-linux with newer modules-update script
  #66504.

  27 Apr 2006; Alec Warner <antarus@gentoo.org>
  files/digest-module-init-tools-3.0-r2,
  files/digest-module-init-tools-3.1-r1,
  files/digest-module-init-tools-3.2.1,
  files/digest-module-init-tools-3.2.2, Manifest:
  Fixing SHA256 digest, pass four

  21 Apr 2006; Stephen P. Becker <geoman@gentoo.org>
  files/modutils-2.4.27-gcc.patch:
  fix obj_mips.c for gcc4

  26 Feb 2006; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.2.2.ebuild:
  Delete man pages provided by the man-pages package #124127.

  19 Feb 2006; Joshua Kinard <kumba@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Marked stable on mips.

  08 Feb 2006; Aron Griffis <agriffis@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Mark 3.2.1 stable on alpha

  07 Feb 2006; Simon Stelling <blubb@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  stable on amd64

  29 Jan 2006; Mike Frysinger <vapier@gentoo.org>
  -files/3.1-modprobe.d.5.bz2, module-init-tools-3.1-r1.ebuild,
  module-init-tools-3.2_pre7.ebuild, module-init-tools-3.2_pre7-r1.ebuild,
  module-init-tools-3.2.1.ebuild, module-init-tools-3.2.2.ebuild:
  Remove modprobe.d(5) manpage and just symlink it to modprobe.conf(5) #120692
  by Simon Stelling.

  02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Stable on ppc.

  30 Dec 2005; Markus Rothe <corsair@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Stable on ppc64

  29 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Stable on sparc

  29 Dec 2005; Mark Loeser <halcy0n@gentoo.org>
  module-init-tools-3.2.1.ebuild:
  Stable on x86; bug #114060

*module-init-tools-3.2.2 (28 Dec 2005)

  28 Dec 2005; Mike Frysinger <vapier@gentoo.org>
  +module-init-tools-3.2.2.ebuild:
  Version bump #116986 by Michael Cramer.

*module-init-tools-3.2.1 (03 Dec 2005)

  03 Dec 2005; Mike Frysinger <vapier@gentoo.org>
  +module-init-tools-3.2.1.ebuild:
  Version bump #114058 by Henrik Brix Andersen.

  16 Sep 2005; Aron Griffis <agriffis@gentoo.org>
  module-init-tools-3.1-r1.ebuild:
  Mark 3.1-r1 stable on alpha

  05 Sep 2005; Markus Rothe <corsair@gentoo.org>
  module-init-tools-3.1-r1.ebuild:
  Stable on ppc64

  23 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  module-init-tools-3.1-r1.ebuild:
  stable on ia64

  18 Aug 2005; Mike Frysinger <vapier@gentoo.org>
  +files/modutils-2.4.27-no-nested-function.patch:
  Fix by the PaX guys to remove executable stack markings.

  26 Jul 2005; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.2_pre7-r1.ebuild:
  Disable tests since they clear our the results of src_compile().

  17 Jul 2005; MATSUU Takuto <matsuu@gentoo.org>
  module-init-tools-3.0-r2.ebuild:
  Stable on sh.

  15 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.2_pre7-r1.ebuild:
  Add manpage back.

*module-init-tools-3.2_pre7-r1 (15 Jul 2005)

  15 Jul 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/module-init-tools-3.2_pre7-abort-on-modprobe-failure.patch,
  module-init-tools-3.0-r2.ebuild, module-init-tools-3.1-r1.ebuild,
  +module-init-tools-3.2_pre7-r1.ebuild:
  Abort generate-modprobe.conf if modprobe fails, bug #68689.

*module-init-tools-3.2_pre7 (27 Jun 2005)

  27 Jun 2005; Aron Griffis <agriffis@gentoo.org>
  +module-init-tools-3.2_pre7.ebuild:
  Bump to 3.2-pre7

  12 May 2005; <solar@gentoo.org> module-init-tools-3.2_pre4.ebuild:
  - fix typo in patch, only 3.1 exists.. add die statements around file i/o
  statements to keep this bug from happening again

*module-init-tools-3.2_pre4 (11 May 2005)

  11 May 2005; Martin Schlemmer <azarah@gentoo.org>
  +module-init-tools-3.2_pre4.ebuild:
  Add -pre version that support loading of all aliases - maybe that will urge
  gregkh in getting hotplug-ng in/ready for the tree 8)

*module-init-tools-3.1-r1 (20 Mar 2005)

  20 Mar 2005; <solar@gentoo.org> module-init-tools-3.0-r2.ebuild,
  +module-init-tools-3.1-r1.ebuild:
  - Our zlib.so is in /lib vs /usr/lib so it should be safe for us to link with
  just -lz - By not linking with -Wl,-Bstatic -lz -Wl,-Bsynamic we save a few
  bytes on the final linked elf executable binary sizes. This also fixes text
  relocations that were showing up in this package.

  18 Feb 2005; Tony Vroon <chainsaw@gentoo.org>
  +files/modutils-2.4.27-gcc4.patch, module-init-tools-3.1.ebuild:
  GCC 4 compatability update; closes bug #80588

  16 Feb 2005; <solar@gentoo.org> module-init-tools-3.1.ebuild:
  - filtering pic is no longer needed

  12 Jan 2005; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.0-r2.ebuild, module-init-tools-3.1.ebuild:
  Remove USE=no-old-linux until modules-update can be updated to use 2.6 depmod.

  23 Dec 2004; Mike Frysinger <vapier@gentoo.org>
  +files/modutils-2.4.27-gcc34.patch, module-init-tools-3.0-r2.ebuild,
  module-init-tools-3.1.ebuild:
  Add patch to fix gcc-3.4.x building #74538 by splite.

  07 Dec 2004; Mike Frysinger <vapier@gentoo.org>
  +files/modutils-2.4.27-PATH_MAX.patch, module-init-tools-3.1.ebuild:
  PATH_MAX can be found in sys/param.h.

  22 Nov 2004; Mike Frysinger <vapier@gentoo.org>
  +files/3.1-modprobe.d.5.bz2, module-init-tools-3.1.ebuild:
  Make sure we dont try to regen manpages.

*module-init-tools-3.1 (22 Nov 2004)

  22 Nov 2004; Robin H. Johnson <robbat2@gentoo.org>
  +files/module-init-tools-3.1_generate-modprobe-assume-kernel.patch,
  +module-init-tools-3.1.ebuild:
  version bump - bug #71958.

  03 Oct 2004; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.0-r2.ebuild:
  Allow users to compile without old modutils via USE=no-old-linux #43671 by
  Christophe Saout.

  03 Oct 2004; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.0-r2.ebuild:
  Fix the ksyms links #35601.

  02 Sep 2004; Mike Frysinger <vapier@gentoo.org>
  module-init-tools-3.0-r1.ebuild, module-init-tools-3.0-r2.ebuild,
  module-init-tools-3.0.ebuild:
  Start blocking modutils.

  04 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  module-init-tools-3.0-r2.ebuild:
  Stable everywhere since baselayout-1.9.4 depends on it

  02 Jun 2004; Travis Tilley <lv@gentoo.org> module-init-tools-3.0-r2.ebuild:
  stable on amd64

  15 May 2004; Joshua Kinard <kumba@gentoo.org> module-init-tools-3.0.ebuild:
  Marked stable on mips.

*module-init-tools-3.0-r2 (07 May 2004)

  07 May 2004; Aron Griffis <agriffis@gentoo.org>
  +module-init-tools-3.0-r2.ebuild:
  Add patch to allow --assume-kernel option to generate-modprobe.conf for bug
  49926

*module-init-tools-3.0-r1 (03 May 2004)

  03 May 2004; Jon Portnoy <avenj@gentoo.org> module-init-tools-3.0-r1.ebuild :
  Install static insmod for 2.4 kernels. Fix from Sascha Silbe in bug
  #45279.

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  module-init-tools-0.9.15_pre4.ebuild, module-init-tools-3.0.ebuild,
  module-init-tools-3.0_pre10.ebuild, module-init-tools-3.0_pre5.ebuild,
  module-init-tools-3.0_pre9.ebuild:
  Add die following econf for bug 48950

  23 Apr 2004; Guy Martin <gmsoft@gentoo.org> module-init-tools-3.0.ebuild:
  Added a guess fix for modutils on hppa.

  23 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org>
  module-init-tools-3.0.ebuild:
  Stable on sparc (blame me), x86, amd64, ppc64 (blame johnm)

*module-init-tools-3.0 (29 Mar 2004)

  29 Mar 2004; Jon Portnoy <avenj@gentoo.org>
  module-init-tools-3.0.ebuild :
  Version bump. Bug 43087.

  29 Mar 2004; Jon Portnoy <avenj@gentoo.org> 
  module-init-tools-3.0_pre10.ebuild, 
  module-init-tools-3.0_pre9.ebuild,
  module-init-tools-3.0_pre4.ebuild, 
  module-init-tools-0.9.15_pre4.ebuild :
  Update ebuilds to use automake 1.6, fixes bug 37743.
  Marked 3.0_pre10 stable on AMD64.

*module-init-tools-3.0_pre10 (19 Feb 2004)

  19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.0_pre10.ebuild:
  Update version.

*module-init-tools-3.0_pre9 (02 Feb 2004)

  02 Feb 2004; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.0_pre9.ebuild,
  files/module-init-tools-3.0_pre9-properly-handle-alias_off.patch:
  Update version.  Handle cases where generate-modprobe.conf do not detect an
  alias set to 'off' due to trailing space.

  01 Feb 2004; Joshua Kinard <kumba@gentoo.org>
  module-init-tools-0.9.15_pre4.ebuild:
  Bump to mips stable (needed for upcoming stageballs)

*module-init-tools-3.0_pre8 (30 Jan 2004)
                                                                                                                             
  30 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.0_pre8.ebuild:
  Update version, fixing bug #39397.

*module-init-tools-3.0_pre7 (26 Jan 2004)
  
  26 Jan 2004; Leandro Dorileo <dorileo@gentoo.org>
  module-init-tools-3.0_pre7.ebuild:
  Update version.

*module-init-tools-3.0_pre6 (25 Jan 2004)

  25 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.0_pre6.ebuild:
  Update version.

  15 Jan 2004; <agriffis@gentoo.org> module-init-tools-0.9.15_pre4.ebuild:
  stable on ia64

  07 Jan 2004; Jon Portnoy <avenj@gentoo.org> 
  module-init-tools-0.9.15_pre4.ebuild :
  Some emergency keywording.

*module-init-tools-3.0_pre5 (07 Jan 2004)

  07 Jan 2004; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-3.0_pre5.ebuild:
  Update version.  Fix copyright of all ebuilds.

  17 Dec 2003; Guy Martin <gmsoft@gentoo.org>
  module-init-tools-0.9.15_pre4.ebuild:
  Marked stable on hppa.

  14 Dec 2003; Brad House <brad_mssw@gentoo.org>
  module-init-tools-0.9.15_pre4.ebuild:
  mark stable on amd64

*module-init-tools-0.9.15_pre4 (09 Dec 2003)

  09 Dec 2003; <plasmaroo@gentoo.org> module-init-tools-0.9.15_pre4.ebuild:
  Version bumped to -pre4, closes bug #35396.

  26 Nov 2003; Brad House <brad_mssw@gentoo.org>
  module-init-tools-0.9.15_pre3.ebuild:
  Marked stable on 'amd64'.

*module-init-tools-0.9.15_pre3 (02 Nov 2003)

  02 Nov 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.15_pre3.ebuild:
  Update version.  Update modutils to 2.4.26.  Enable zlib for module-init-tools.

*module-init-tools-0.9.15_pre2 (18 Oct 2003)

  20 Oct 2003; Joshua Kinard <kumba@gentoo.org>
  module-init-tools-0.9.15_pre2.ebuild:
  Added gnuconfig support for 'mips64'.

  18 Oct 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.15_pre2.ebuild:
  Update version.

  10 Oct 2003; Alexander Gabert <pappy@gentoo.org> :
  filter-flags -fPIC will introduce -yet_exec for hardened-gcc

  09 Oct 2003; Alexander Gabert <pappy@gentoo.org>
  module-init-tools-0.9.12-r1.ebuild, module-init-tools-0.9.13_pre2.ebuild:
  added hardened-gcc hppa behaviour

  17 Sep 2003; Jon Portnoy <avenj@gentoo.org>
  module-init-tools-0.9.15_pre1.ebuild :
  ia64 keywords.

*module-init-tools-0.9.15_pre1 (17 Sep 2003)

  23 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.12-r1.ebuild, module-init-tools-0.9.13_pre2.ebuild,
  module-init-tools-0.9.14.ebuild, module-init-tools-0.9.15_pre1.ebuild:
  Update SRC_URI to hangle older tarballs moved to old/, bug #29315.

  17 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.15_pre1.ebuild,
  files/module-init-tools-0.9.15-legacy-modext-support.patch:
  New version.  Add support for legacy modules (.o). bug #28831.

*module-init-tools-0.9.14 (15 Sep 2003)

  15 Sep 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.14.ebuild,
  files/module-init-tools-0.9.14-be-quiet-for-devfsd.patch:
  New version.  Update patch to quiet output when called from devfsd

  06 Sep 2003; Alexander Gabert <pappy@gentoo.org>
  module-init-tools-0.9.12-r1.ebuild, module-init-tools-0.9.13_pre2.ebuild:
  added hardened-gcc exclude flags

  10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.12-r1.ebuild:
  Bump to stable on x86.

*module-init-tools-0.9.13_pre2 (10 Aug 2003)

  10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.13_pre2.ebuild,
  files/module-init-tools-0.9.13-quiet-on-devfsd-probe-aliases.patch,
  files/module-init-tools-0.9.7-export-gpl.patch:
  New version. Add export-gpl.patch from MDK. Cleanup the
  be-quiet-for-devfsd.patch and rename to quiet-on-devfsd-probe-aliases.patch.

*module-init-tools-0.9.12-r1 (12 Jul 2003)

  03 Aug 2003; Joshua Kinard <kumba@gentoo.org> module-init-tools-0.9.12-r1.ebuild:
  Changed ~mips to mips in KEYWORDS

  12 Jul 2003; Martin Schlemmer <azarah@gentoo.org>
  module-init-tools-0.9.12-r1.ebuild,
  files/module-init-tools-0.9.12-includes-should-override.patch:
  Module options/aliases already accuired, should be replaced by
  newer if they are aquired from a file 'included' after the original
  options/aliases ...

*module-init-tools-0.9.12 (02 Jun 2003)

  02 Jun 2003; Martin Schlemmer <azarah@gentoo.org> Manifest,
  module-init-tools-0.9.12.ebuild:
  New version.

  25 May 2003; Martin Holzer <mholzer@gentoo.org>
  module-init-tools-0.9.10-r3.ebuild, module-init-tools-0.9.10-r4.ebuild,
  module-init-tools-0.9.10-r5.ebuild, module-init-tools-0.9.11-r1.ebuild,
  module-init-tools-0.9.11-r2.ebuild, module-init-tools-0.9.11-r3.ebuild,
  module-init-tools-0.9.11.ebuild, module-init-tools-0.9.11a.ebuild,
  module-init-tools-0.9.9.ebuild:
  now uses mirror://kernel

*module-init-tools-0.9.11a (26 Apr 2003)

  26 Apr 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.11a.ebuild :
  Version update.

*module-init-tools-0.9.11-r3 (21 Apr 2003)

  21 Apr 2003; Daniel Robbins <drobbins@gentoo.org>: removed pkg_setup "check
  for kernel" vestige, closing bug #19183.
  
  21 Apr 2003; Daniel Robbins <drobbins@gentoo.org> two fixes: first, include a
  modinfo.old for 2.4 modinfo compatibility. Second, add a /bin/lsmod.old
  symlink to allow a normal user to list loaded modules rather than return a
  "lsmod.old" not found error. These symlinks can be confusing, but it appears
  to be working well now.

*module-init-tools-0.9.11-r2 (30 Mar 2003)

  30 Mar 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.11-r2.ebuild :
  The moving of /sbin/lsmod to /bin, causes some breakage, so install a compat
  symlink.

*module-init-tools-0.9.11-r1 (30 Mar 2003)

  30 Mar 2003; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.11-r1.ebuild :
  Update modutils to 2.4.25

*module-init-tools-0.9.11 (30 Mar 2003)

  30 Mar 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.11.ebuild :
  Update version.  Really get the ${P}-be-quiet-for-devfsd.patch to be
  effective.  Move manpages for insmod, modprobe, etc to <name>.old.8 so that
  they are still available.

*module-init-tools-0.9.10-r5 (24 Mar 2003)

  24 Mar 2003; Daniel Robbins <drobbins@gentoo.org>: new rev to include a 
  PROVIDE="virtual/module-tools" and an unmasking for x86. Bumped modutils
  to 2.4.24.

  15 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-be-quiet-for-devfsd.patch :
  Tweak slightly to be more effective on recursive calls.

*module-init-tools-0.9.10-r4 (15 March 2003)

  15 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-r4 :
  - Fix modprobe to handle calls from devfsd more like modprobe from modutils ...
    it basically do not output and do not fail for invalid modules if:
    1) It was called with '-C /etc/modprobe.devfs'
    2) The module starts with '/dev'
  - Redo the /sbin/modprobe.conf stuff to not build both modutils-2.4.22 and
	2.4.21.

*module-init-tools-0.9.10-r3 (10 March 2003)

  10 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-r3 :
  Fix recursive calls to modprobe not honoring -s, -q, -v and -C.  Use older
  modprobe that we install as modprobe.conf when calling generate-modprobe.conf,
  as the newer modprobe (2.4.22 and later) generate /etc/modprobe.conf with
  invalid modules ...  Fix modprobe to _only_ log to syslog if -s was given.

*module-init-tools-0.9.10-r2 (09 March 2003)

  09 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-r2 :
  Fix -s when modprobe calls itself recursive.  Do the same for -v and -C.  Also
  let commandline override env variables.

*module-init-tools-0.9.10-r1 (02 March 2003)

  06 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-r1 :
  Add pkg_setup() to check for a valid kernel, bug #15568.

  02 March 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.10-r1 :
  Fix '-q' to be really quiet.  Patch generate-modprobe.conf to create sub
  install commands with 'modprobe -q'.

*module-init-tools-0.9.10 (27 Feb 2003)

  27 Feb 2003; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.10 :
  Bump, and drop a patch that is now merged mainline

*module-init-tools-0.9.9 (01 Feb 2003)

  18 Feb Feb 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.9 :
  Hack modprobe to look at /etc/modprobe.devfs rather than /etc/modules.devfs
  ... this is to support a later modules-update that should generate this and
  fix the lot of errors/warnings during devfs/hotplug startup.

  09 Feb 2003; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.9 :
  Make not die if the user doesn't have a modules.conf file already...

  01 Feb 2003; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.9 :
  New version.

*module-init-tools-0.9.9_pre1 (17 Jan 2003)

  17 Jan 2003; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.9_pre1.ebuild;
  Filter -fPIC from flags.  It breaks.

  17 Jan 2003; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.9_pre1.ebuild;
  Update to latest version needed for >=development-sources-2.5.59.

*module-init-tools-0.9.7 (28 Dec 2002)

  28 Dec 2002; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.7 :

  Fix generate-modprobe.conf not adding the last ';' to commands in braces,
  causing modprobe to fail do to its calling 'sh -c ...' failing ...

  28 Dec 2002; Martin Schlemmer <azarah@gentoo.org> module-init-tools-0.9.7 :
  New version.  Also generate-modprobe.conf not accepting 2 parameters, it
  replaced the modules.conf2modprobe.conf tool.

*module-init-tools-0.9.5 (19 Dec 2002)

  19 Dec 2002; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.5 :
  Bump.

*module-init-tools-0.9.4 (19 Dec 2002)

  19 Dec 2002; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.4 :
  Changes as submitted by Tony Murray <murrant@bvu.edu>:
  added modules.conf2modprobe.conf tool
  made warning after emerge visible
  added IUSE
  fixed spacing

*module-init-tools-0.9.3 (11 Dec 2002)

  11 Dec 2002; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.3 :
  Updated to version 0.9.3
  Removed extra keyword.
  Update thanks again to Tony Murray <murrant@bvu.edu>.

*module-init-tools-0.9.1 (10 Dec 2002)

  10 Dec 2002; Brandon Low <lostlogic@gentoo.org> module-init-tools-0.9.1 :
  New unstable package for managing modules in 2.5 series kernels.  A
  bit complicated as it does overwrite the modutils system package,
  we'll need to take another look at this before 2.6 comes out.

  This ebuild is thanks to Tony Murray <murrant@bvu.edu> for this :)