Author: bdubbs
Date: 2008-04-23 21:21:20 -0600 (Wed, 23 Apr 2008)
New Revision: 7398

Modified:
   trunk/BOOK/general/genutils/rxvt-unicode.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added 'mkdir -p /etc/X11/app-defaults' to rxvt-unicode configuration 
instructions.

Modified: trunk/BOOK/general/genutils/rxvt-unicode.xml
===================================================================
--- trunk/BOOK/general/genutils/rxvt-unicode.xml        2008-04-24 02:59:27 UTC 
(rev 7397)
+++ trunk/BOOK/general/genutils/rxvt-unicode.xml        2008-04-24 03:21:20 UTC 
(rev 7398)
@@ -123,7 +123,8 @@
     font. Accomplish this by adding the following definitions as the
     <systemitem class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt 
&lt;&lt; "EOF"
+<screen role="root"><userinput>mkdir -p /etc/X11/app-defaults/ &amp;&amp;
+cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
 URxvt*perl-ext: matcher
 URxvt*urlLauncher: firefox
 URxvt.background: black

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-04-24 02:59:27 UTC 
(rev 7397)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-04-24 03:21:20 UTC 
(rev 7398)
@@ -45,6 +45,9 @@
       <para>April 23rd, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Ensure /etc/X11/app-defaults exists in 
rxvt-unicode.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated to xine-lib-1.1.12.</para>
         </listitem>
       </itemizedlist>

-- 
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