diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-20 02:51:48 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-20 02:51:48 +0000 |
commit | 7a682ffd8295f35e7f4727d63b263da82d1d78e4 (patch) | |
tree | ab2694363ed6c6344a572fe8732d46acb9e014d1 /chapter05 | |
parent | 72b0264b85cbe2e8841e0386f8f698e414afcbf3 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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:</para> -<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-1.patch +<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch </userinput></screen> <para>The udevstart program hardcodes the path to the udev program in itself, |