source: udev-config/ChangeLog@ 65fee99

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.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 65fee99 was 78c5b5d, checked in by Matthew Burgess <matthew@…>, 15 years ago

Remove block rule as it only set default permissions.

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

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