Author: xry111
Date: Wed Jan 27 21:14:11 2021
New Revision: 12104

Log:
systemd: use video group for /dev/dri/render*, to be consistent with eudev

Modified:
   trunk/BOOK/chapter08/systemd.xml

Modified: trunk/BOOK/chapter08/systemd.xml
==============================================================================
--- trunk/BOOK/chapter08/systemd.xml    Wed Jan 27 21:10:13 2021        (r12103)
+++ trunk/BOOK/chapter08/systemd.xml    Wed Jan 27 21:14:11 2021        (r12104)
@@ -66,7 +66,7 @@
     <systemitem class="groupname">render</systemitem>, from the default udev
     rules:</para>
 
-<screen><userinput remap="pre">sed -i 's/GROUP="render", //' 
rules.d/50-udev-default.rules.in</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/GROUP="render"/GROUP="video"/' 
rules.d/50-udev-default.rules.in</userinput></screen>
 
     <para>Prepare systemd for compilation:</para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to