Changeset a9c6b8f


Ignore:
Timestamp:
12/07/2008 05:37:27 PM (15 years ago)
Author:
Bryan Kadzban <bryan@…>
Branches:
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
Children:
abbd5d2a
Parents:
cd358b8
Message:

Replace "add" with "add|change" everywhere (for ACTION matches). Fixes #2270.

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

Location:
udev-config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • udev-config/55-lfs.rules

    rcd358b8 ra9c6b8f  
    8585
    8686# Override floppy devices
    87 KERNEL=="fd[0-9]", ACTION=="add", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
     87KERNEL=="fd[0-9]", ACTION=="add|change", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0660 -G floppy $root/%k"
  • udev-config/61-cdrom.rules

    rcd358b8 ra9c6b8f  
    11# /etc/udev/rules.d/61-cdrom.rules: Set CD-ROM permissions.
    22
    3 ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"
     3ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom"
  • udev-config/ChangeLog

    rcd358b8 ra9c6b8f  
    33          or that don't have any effect (there is no /dev/js or /dev/djs according
    44          to devices.txt).
     5        * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
     6          everywhere, per upstream's general request.
    57
    682008-11-11      Bryan Kadzban   <bryan@linuxfromscratch.org>
Note: See TracChangeset for help on using the changeset viewer.