Author: renodr
Date: Fri Aug  9 09:47:26 2019
New Revision: 21921

Log:
Fix the systemd sed

Modified:
   trunk/BOOK/general/sysutils/systemd.xml

Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml     Thu Aug  8 18:56:34 2019        
(r21920)
+++ trunk/BOOK/general/sysutils/systemd.xml     Fri Aug  9 09:47:26 2019        
(r21921)
@@ -136,9 +136,7 @@
     <para>Fix an incompatibility with the latest version of 
     <application>libseccomp</application>:</para>
 
-<screen><userinput remap="pre">sed -i '1506 s/&lt;/&gt;/' \
-       '1507 s/&lt;/&gt;/' \
-       '1508 s/&lt;/&gt;/' src/shared/seccomp-util.c</userinput></screen>
+<screen><userinput remap="pre">sed -i '1506,1508 s/&lt;/&gt;/' 
src/shared/seccomp-util.c</userinput></screen>
 
     <para>Remove an unneeded group,
     <systemitem class="groupname">render</systemitem>, from the default udev
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to