source: udev-lfs/ChangeLog@ d02c56d

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.5 7.6 7.7 7.8 7.9 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 d02c56d was d02c56d, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to man-pages-3.5.9.

Incorporate beta FHS.

Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.


Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.


Move grub sbin executables from /usr/sbin to /sbin.

Document two new glibc errors in the regression tests.

Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.

Restore building the flex static library.

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

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