Author: pierre
Date: Tue Feb 18 07:45:32 2014
New Revision: 12725

Log:
Missing role='root' in dhcpcd.xml

Modified:
   trunk/BOOK/networking/connect/dhcpcd.xml

Modified: trunk/BOOK/networking/connect/dhcpcd.xml
==============================================================================
--- trunk/BOOK/networking/connect/dhcpcd.xml    Tue Feb 18 04:29:12 2014        
(r12724)
+++ trunk/BOOK/networking/connect/dhcpcd.xml    Tue Feb 18 07:45:32 2014        
(r12725)
@@ -80,14 +80,14 @@
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen><userinput>make install</userinput></screen>
+<screen role='root'><userinput>make install</userinput></screen>
 
     <para>By default, a plain text lease info file isn't created but the
     <application>dhcpcd</application> provides a hook which can be used for 
creating
     such a file. Install the hook by running the following
     commands as the <systemitem class="username">root</systemitem> user:</para>
 
-<screen><userinput>sed -i "s;/var/lib;/run;g" dhcpcd-hooks/50-dhcpcd-compat 
&amp;&amp;
+<screen role='root'><userinput>sed -i "s;/var/lib;/run;g" 
dhcpcd-hooks/50-dhcpcd-compat &amp;&amp;
 install -v -m 644 dhcpcd-hooks/50-dhcpcd-compat 
/lib/dhcpcd/dhcpcd-hooks/</userinput></screen>
 
   </sect2>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to