source: udev-config/ChangeLog@ 76e82c6

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 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 76e82c6 was 7a6bcf9, checked in by Ken Moffat <ken@…>, 12 years ago

Correct how timezones are installed - this fixes various errors in test-suites. Thanks to Markku Pesonen for noting how Debian install timezones.

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

  • Property mode set to 100644
File size: 11.0 KB
Line 
12012-06-13 Ken Moffat <ken@linuxfromscratch.org>
2 * add rule_generator/: with persistent net and cd alias rules
3 and functions which were removed from udev-182 after it was merged
4 into systemd.
5
62010-01-26 Matt Burgess <matthew@linuxfromscratch.org>
7 * 55-lfs.rules: Remove lots of rules that have been merged upstream.
8 * 61-cdrom.rules: Remove as upstream has a replacement.
9 * doc/*: Cleanup and rewrite now that the rules are much simpler.
10
112009-09-25 Bryan Kadzban <bryan@linuxfromscratch.org>
12 * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
13 that don't use the RTC-class driver -- add another copy of the rule,
14 using KERNEL=="rtc" instead of SUBSYSTEM=="rtc". Also move the ACTION
15 match before the assignment to MODE.
16
172009-05-23 Bruce Dubbs <bdubbs@linuxfromscratch.org>
18 * 55-lfs.rules: Set the rtc by udev upon boot. Removed aio device from
19 udev configuration so defaults are used.
20
212009-05-16 Bryan Kadzban <bryan@linuxfromscratch.org>
22 * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
23 input devices (including psaux, which probably doesn't exist anymore
24 anyway).
25
262009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
27 * 55-lfs.rules: Remove the block rule as it was only setting
28 permissions that Udev will set by default
29 * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
30 included in upstream's rule
31 * 55-lfs-rules: Remove the tape rules as the group they sets is already
32 included in upstream's rules
33
342009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
35 * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
36 version, which has a better match via SUBSYSTEM).
37 * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
38 to standardize on a Debian-like setup (uucp is for UUCP daemons to use
39 for privilege separation; dialout is for users and devices).
40
412008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
42 * 55-lfs.rules: Change one line to use continuation so it does
43 not overflow the book's width.
44
452008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
46 * 55-lfs.rules: Remove several rules that are either provided by upstream,
47 or that don't have any effect (there is no /dev/js or /dev/djs according
48 to devices.txt).
49 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
50 everywhere, per upstream's general request.
51
522008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
53 * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
54 numbers. Thanks to Trent Shea for the fix. Closes #2278.
55
562008-10-15 DJ Lucas <dj@linuxfromscratch.org>
57 * 55-lfs.rules: Override default perms on floppy disk devices provided
58 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
59 LFS ticket #2076.
60
612008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
62 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
63 already handled by udev's 50-udev-default.rules file. The docs
64 can be added back later if needed.
65 * Makefile: Don't install the above deleted files.
66 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
67 50-udev-default.rules file handles it properly.
68
692008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
70 * Makefile: Make the package DESTDIR-friendly by installing the docs
71 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
72 trying to figure out what version of udev was just installed.
73
742007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
75 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
76 the rules that override upstream's assignment of the dialout group.
77 Replace "dialout" with "uucp" on the remaining rules.
78
792007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
80 * 51-lfs.rules: Move to 55-lfs.rules.
81 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
82
832007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
84 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
85 new 50-udev-defaults.rules file; remove them. Override permissions
86 where needed elsewhere (and document overrides in comments).
87 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
88 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
89
90 * 25-lfs.rules: Move to 51-lfs.rules.
91 * 27-firmware.rules: Move to 81-firmware.rules.
92 * 81-cdrom.rules: Move to 61-cdrom.rules.
93
94 * doc/25-lfs.txt: Rename to 51-lfs.txt.
95 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
96 the upstream rules.
97 * doc/27-firmware.txt: Rename to 81-firmware.txt.
98 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
99
100 * Makefile: Use new filenames.
101
1022007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
103 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
104 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
105 to only trigger on "add" events. This change is not backwards
106 compatible with older kernels.
107
1082007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
109 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
110 which is what's expected in userspace apps such as x86info.
111
1122007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
113 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
114 and floppies (create extra nodes based on CMOS type), copied from
115 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
116
1172007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
118 * Makefile: Use `udevd --version' to work out what version of Udev is
119 installed (requires Udev >= 106)
120
1212007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
122 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
123 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
124
1252006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
126 * Makefile: Add a missing backslash in install-extra-doc.
127
128 * 05-udev-early.rules, 60-persistent-input.rules,
129 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
130 will install these files from udev's etc/udev/rules.d directory
131 instead.
132 * Makefile: Don't install these rules files after all. Also, only
133 install corresponding docs if requested.
134
1352006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
136 * Makefile: Added; contains targets to install rules and doc files.
137 From Dan Nicholson.
138
1392006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
140 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
141 upstream sample rules files (from udev-102), except for one rule
142 which is more specific in our tarball and should probably be changed
143 upstream.
144 * doc/60-persistent-storage.txt: Modify to match the changes. Also
145 fix a couple typos.
146
147 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
148 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
149
150 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
151 glob matching, not regular expressions, so the old rules would match
152 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
153 character after the "fixed" portion was in the list, the rule would
154 match; it wouldn't apply the same character range to later characters.
155
156 * doc/25-lfs.txt: Add a note on interaction between permissions and
157 symlinks.
158
1592006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
160 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
161 0660).
162
163 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
164 Also tweak the comment about other TTY devices.
165
1662006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
167 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
168 2.6.18, this rule is no longer required.
169
170 * doc/05-udev-early.txt: Update to match.
171
1722006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
173 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
174 at least the parts I understand. (I don't use DASD or netblock or
175 several other supported configurations.)
176
177 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
178
179 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
180 now finished.
181
1822006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
183 * doc/60-persistent-input.txt: Explain (in probably too much detail)
184 60-persistent-input.rules.
185
1862006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
187 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
188
189 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
190
191 * doc/27-firmware.txt: Explain 27-firmware.rules.
192
1932006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
194 * doc/25-lfs.txt: Explain 25-lfs.rules.
195
196 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
197
1982006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
199 * doc: New subdirectory to contain documentation of rules
200 * doc/README: New file, top-level documentation
201 * doc/*.txt: New documentation files, one for each rules file. Only
202 05-udev-early.txt has anything in it.
203
2042006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
205 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
206 of setting NAME to an empty string. This matches the way we ignore
207 devmapper / LVM devices.
208
2092006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
210 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
211 60-persistent-input.rules creates persistent symlinks for input
212 devices, and 95-udev-late.rules enables udevmonitor.
213
214 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
215 ATTRS{removable} on partition devices. Replace ATTRS{removable}
216 with ATTR{removable} on whole-disk devices.
217
2182006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
219 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
220 in the rule that waits for the "bus" symlink should be replaced by
221 SUBSYSTEMS.
222
2232006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
224 * Adapted rules to the new matches used in udev-098 and above (e.g.,
225 SYSFS becomes ATTRS). Prevents warnings, and support for the old
226 matches will be removed eventually. These rules will not work with
227 udev-097 and before!
228 * Fixed several bugs in the rules left over from previous udev
229 versions (missing commas, overwriting user symlinks using ="..."
230 instead of +="...", and matching against "*" instead of "?*").
231
232 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
233 entries. (See standards.info; search it for "changelog" to get
234 the general gist.)
235
236dnicholson - Jul 14, 2006
237 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
238 to Anthony Wright.
239
240n/a - Jul 12, 2006
241 * Added options so temporary nodes are not created with device-mapper
242 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
243 SUBSYSTEM=="block" test.
244 * Added simple 81-cdrom.rules file to set cdrom group ownership
245
246n/a - Jun 07, 2006
247 * Removed nvidia rules
248 * Removed bug reporting rule
249 * Moved Debian-based persistent CD-ROM rules to contrib
250 * Adapted firmware rule to udev-093
251
252n/a - May 15, 2006
253 * Part one of 25-lfs.rules rewrite
254 * Some minor tweaking of the layout
255
256n/a - May 12, 2006
257 * Initial import of the udev-config directory.
258 * Reorganized and modularized the rules files.
259 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.