wok-next annotate eudev/stuff/55-lfs.rules @ rev 20195

lirc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 11:41:58 2017 +0100 (2017-11-03)
parents
children
rev   line source
al@19863 1 # /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
al@19863 2
al@19863 3 # Core kernel devices
al@19863 4
al@19863 5 # This causes the system clock to be set as soon as /dev/rtc becomes available.
al@19863 6 #SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
al@19863 7 #KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
al@19863 8
al@19863 9 # Comms devices
al@19863 10
al@19863 11 KERNEL=="ippp[0-9]*", GROUP="dialout"
al@19863 12 KERNEL=="isdn[0-9]*", GROUP="dialout"
al@19863 13 KERNEL=="isdnctrl[0-9]*", GROUP="dialout"
al@19863 14 KERNEL=="dcbri[0-9]*", GROUP="dialout"