blob: 3002e71220960bae47f988159aefa9d238d4f2e0 (
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
|
# 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.16 2003/03/10 20:34:06 azarah Exp $
*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 :)
|