summaryrefslogtreecommitdiff
blob: 62fa7b6c082c1df9c5e4a6785357cd83b5c7839e (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
# 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.22 2003/03/31 20:06:32 azarah Exp $

*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 :)