source: udev-config/ChangeLog@ 649b4ee

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 649b4ee was 649b4ee, checked in by DJ Lucas <dj@…>, 16 years ago

typo and thinko fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.4 KB
Line 
12008-10-15 DJ Lucas <dj@linuxfromscratch.org>
2 * 55-lfs.rules: Override default perms on floppy disk devices provided
3 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
4 LFS ticket #2076.
5
62008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
7 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
8 already handled by udev's 50-udev-default.rules file. The docs
9 can be added back later if needed.
10 * Makefile: Don't install the above deleted files.
11 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
12 50-udev-default.rules file handles it properly.
13
142008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
15 * Makefile: Make the package DESTDIR-friendly by installing the docs
16 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
17 trying to figure out what version of udev was just installed.
18
192007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
20 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
21 the rules that override upstream's assignment of the dialout group.
22 Replace "dialout" with "uucp" on the remaining rules.
23
242007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
25 * 51-lfs.rules: Move to 55-lfs.rules.
26 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
27
282007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
29 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
30 new 50-udev-defaults.rules file; remove them. Override permissions
31 where needed elsewhere (and document overrides in comments).
32 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
33 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
34
35 * 25-lfs.rules: Move to 51-lfs.rules.
36 * 27-firmware.rules: Move to 81-firmware.rules.
37 * 81-cdrom.rules: Move to 61-cdrom.rules.
38
39 * doc/25-lfs.txt: Rename to 51-lfs.txt.
40 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
41 the upstream rules.
42 * doc/27-firmware.txt: Rename to 81-firmware.txt.
43 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
44
45 * Makefile: Use new filenames.
46
472007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
48 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
49 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
50 to only trigger on "add" events. This change is not backwards
51 compatible with older kernels.
52
532007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
54 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
55 which is what's expected in userspace apps such as x86info.
56
572007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
58 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
59 and floppies (create extra nodes based on CMOS type), copied from
60 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
61
622007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
63 * Makefile: Use `udevd --version' to work out what version of Udev is
64 installed (requires Udev >= 106)
65
662007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
67 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
68 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
69
702006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
71 * Makefile: Add a missing backslash in install-extra-doc.
72
73 * 05-udev-early.rules, 60-persistent-input.rules,
74 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
75 will install these files from udev's etc/udev/rules.d directory
76 instead.
77 * Makefile: Don't install these rules files after all. Also, only
78 install corresponding docs if requested.
79
802006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
81 * Makefile: Added; contains targets to install rules and doc files.
82 From Dan Nicholson.
83
842006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
85 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
86 upstream sample rules files (from udev-102), except for one rule
87 which is more specific in our tarball and should probably be changed
88 upstream.
89 * doc/60-persistent-storage.txt: Modify to match the changes. Also
90 fix a couple typos.
91
92 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
93 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
94
95 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
96 glob matching, not regular expressions, so the old rules would match
97 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
98 character after the "fixed" portion was in the list, the rule would
99 match; it wouldn't apply the same character range to later characters.
100
101 * doc/25-lfs.txt: Add a note on interaction between permissions and
102 symlinks.
103
1042006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
105 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
106 0660).
107
108 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
109 Also tweak the comment about other TTY devices.
110
1112006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
112 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
113 2.6.18, this rule is no longer required.
114
115 * doc/05-udev-early.txt: Update to match.
116
1172006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
118 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
119 at least the parts I understand. (I don't use DASD or netblock or
120 several other supported configurations.)
121
122 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
123
124 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
125 now finished.
126
1272006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
128 * doc/60-persistent-input.txt: Explain (in probably too much detail)
129 60-persistent-input.rules.
130
1312006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
132 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
133
134 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
135
136 * doc/27-firmware.txt: Explain 27-firmware.rules.
137
1382006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
139 * doc/25-lfs.txt: Explain 25-lfs.rules.
140
141 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
142
1432006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
144 * doc: New subdirectory to contain documentation of rules
145 * doc/README: New file, top-level documentation
146 * doc/*.txt: New documentation files, one for each rules file. Only
147 05-udev-early.txt has anything in it.
148
1492006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
150 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
151 of setting NAME to an empty string. This matches the way we ignore
152 devmapper / LVM devices.
153
1542006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
155 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
156 60-persistent-input.rules creates persistent symlinks for input
157 devices, and 95-udev-late.rules enables udevmonitor.
158
159 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
160 ATTRS{removable} on partition devices. Replace ATTRS{removable}
161 with ATTR{removable} on whole-disk devices.
162
1632006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
164 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
165 in the rule that waits for the "bus" symlink should be replaced by
166 SUBSYSTEMS.
167
1682006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
169 * Adapted rules to the new matches used in udev-098 and above (e.g.,
170 SYSFS becomes ATTRS). Prevents warnings, and support for the old
171 matches will be removed eventually. These rules will not work with
172 udev-097 and before!
173 * Fixed several bugs in the rules left over from previous udev
174 versions (missing commas, overwriting user symlinks using ="..."
175 instead of +="...", and matching against "*" instead of "?*").
176
177 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
178 entries. (See standards.info; search it for "changelog" to get
179 the general gist.)
180
181dnicholson - Jul 14, 2006
182 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
183 to Anthony Wright.
184
185n/a - Jul 12, 2006
186 * Added options so temporary nodes are not created with device-mapper
187 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
188 SUBSYSTEM=="block" test.
189 * Added simple 81-cdrom.rules file to set cdrom group ownership
190
191n/a - Jun 07, 2006
192 * Removed nvidia rules
193 * Removed bug reporting rule
194 * Moved Debian-based persistent CD-ROM rules to contrib
195 * Adapted firmware rule to udev-093
196
197n/a - May 15, 2006
198 * Part one of 25-lfs.rules rewrite
199 * Some minor tweaking of the layout
200
201n/a - May 12, 2006
202 * Initial import of the udev-config directory.
203 * Reorganized and modularized the rules files.
204 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.