From 7a682ffd8295f35e7f4727d63b263da82d1d78e4 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Thu, 20 May 2004 02:51:48 +0000 Subject: New udev patch (/dev/random is now 0444 instead of 0666) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter03/patches.xml | 2 +- chapter05/udev.xml | 2 +- chapter06/udev.xml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1f8fe5672..41984b3bf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -70,7 +70,7 @@ first a summary, then a detailed log. readline-4.3-gnu-fixes-1.patch sysklogd-1.4.1-kernel-headers-1.patch udev-025 -udev-025-config-1.patch +udev-025-config-2.patch util-linux-2.12a-kernel-headers-1.patch hotplug-2004_04_01 @@ -102,6 +102,9 @@ first a summary, then a detailed log. May 20th, 2004 [alexander]: Added Hotplug 2004_04_01. +May 19th, 2004 [winkie]: Change permissions of /dev/random to +0444 instead of 0666. + May 19th, 2004 [winkie]: Upgraded to Binutils 2.15 & GCC 3.4.1-20040517. diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 0c81eff64..edb28a192 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -163,7 +163,7 @@ following: Udev Configuration Patch - 6 KB: - + diff --git a/chapter05/udev.xml b/chapter05/udev.xml index 76bf8552b..9df6d5bde 100644 --- a/chapter05/udev.xml +++ b/chapter05/udev.xml @@ -36,7 +36,7 @@ being owned by user root, group root, and only accessible to root. As you can easily imagine, this isn't ideal. Give it a much better configuration by applying the following patch: -patch -Np1 -i ../udev-&udev-version;-config-1.patch +patch -Np1 -i ../udev-&udev-version;-config-2.patch The udevstart program hardcodes the path to the udev program in itself, diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3d90f6ab9..4b9bdd42a 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -27,7 +27,7 @@ being owned by user root, group root, and only accessible to root. As you can easily imagine, this isn't ideal. Give it a much better configuration by applying the following patch: -patch -Np1 -i ../udev-&udev-version;-config-1.patch +patch -Np1 -i ../udev-&udev-version;-config-2.patch Now compile Udev: -- cgit v1.2.3-54-g00ecf