diff options
Diffstat (limited to 'chapter05/udev.xml')
-rw-r--r-- | chapter05/udev.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/udev.xml b/chapter05/udev.xml index 9df6d5bde..5b38a2baf 100644 --- a/chapter05/udev.xml +++ b/chapter05/udev.xml @@ -36,8 +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-2.patch -</userinput></screen> +<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, which is bad since we install udev in a non-standard location. Fix this by |