source: udev-lfs/55-lfs.rules@ c74edb3

ml-11.0 multilib
Last change on this file since c74edb3 was b2b1e1a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move directory to make build easier

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

  • Property mode set to 100644
File size: 525 bytes
Line 
1# /etc/udev/rules.d/55-lfs.rules: Rule definitions for LFS.
2
3# Core kernel devices
4
5# This causes the system clock to be set as soon as /dev/rtc becomes available.
6SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
7KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
8
9# Comms devices
10
11KERNEL=="ippp[0-9]*", GROUP="dialout"
12KERNEL=="isdn[0-9]*", GROUP="dialout"
13KERNEL=="isdnctrl[0-9]*", GROUP="dialout"
14KERNEL=="dcbri[0-9]*", GROUP="dialout"
Note: See TracBrowser for help on using the repository browser.