diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 03:33:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 03:33:23 +0000 |
commit | eece29dda4e0d7ceb8a095d14603883952ce9ef8 (patch) | |
tree | d903638c6eccd696ee7788536ad5b523883d8d42 | |
parent | 6518d827b6e9e241df3d0a79c6794ce7909882f5 (diff) |
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 922017a01..672c839bc 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -47,8 +47,8 @@ <para>Fix a potential security issue with framebuffer devices:</para> -<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ - -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ +<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ + -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ -i src/login/70-uaccess.rules</userinput></screen> <para>Disable two tests that always fail:</para> |