diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-03-16 04:29:00 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-03-16 04:29:00 +0000 |
commit | bb8939c1e6fc50dbe981838c16043142fced4833 (patch) | |
tree | 139787051974509b763f9c6a3fac12ed3536cf2f /chapter01 | |
parent | 6a4a95fd50f6908f58940a9ed55e77eb48d61754 (diff) |
- 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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0515ce672..80658b3e4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,18 @@ </listitem> --> + <xxx> + </xxx> + + <listitem> + <para>2009-03-15</para> + <itemizedlist> + <listitem> + <para>[bryan] - Remove the uucp group (replace with dialout). Handle + ISDN devices with a file from upstream.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2009-03-12</para> |