From bb8939c1e6fc50dbe981838c16043142fced4833 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Mon, 16 Mar 2009 04:29:00 +0000 Subject: - Install udev's 40-isdn.rules to handle ISDN (CAPI) devices; remove udev-config rules for them. Fixes more of #2297. - Use the dialout group instead of uucp. Udev has moved to a Debian-like setup, where the uucp group is for a UUCP daemon, and dialout is for devices. (This undoes much of r8428 as well.) Fixes the rest of #2314, and more of #2297. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/udev.xml') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index a2c1a84ec..5216a95ac 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -86,6 +86,11 @@ ln -sv /proc/kcore /lib/udev/devices/core install -m644 -v rules/packages/40-pilot-links.rules \ /lib/udev/rules.d/ + Now install a file to handle ISDN devices: + +install -m644 -v rules/packages/40-isdn.rules \ + /lib/udev/rules.d/ +