blob: 1dbaa670f253cfbb8afc3b12712e2f5706f7be86 (
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
|
# ChangeLog for sys-apps/module-init-tools
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/ChangeLog,v 1.9 2003/02/01 20:21:15 azarah Exp $
*module-init-tools-0.9.9 (01 Feb 2003)
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 :)
|