Author: djensen
Date: 2005-06-16 14:04:11 -0600 (Thu, 16 Jun 2005)
New Revision: 4616

Modified:
   trunk/BOOK/basicnet/mailnews/fetchmail.xml
   trunk/BOOK/basicnet/mailnews/mutt.xml
   trunk/BOOK/basicnet/mailnews/slrn.xml
   trunk/BOOK/basicnet/netprogs/net-tools.xml
   trunk/BOOK/basicnet/netprogs/ntp.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/ps/enscript.xml
Log:
separated user/root in  Fetchmail, Mutt, Slrn, Net-tools, NTP and Enscript.

Modified: trunk/BOOK/basicnet/mailnews/fetchmail.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/fetchmail.xml  2005-06-16 18:33:21 UTC (rev 
4615)
+++ trunk/BOOK/basicnet/mailnews/fetchmail.xml  2005-06-16 20:04:11 UTC (rev 
4616)
@@ -73,9 +73,14 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr --with-ssl 
--enable-fallback=procmail &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen>
+make</userinput></screen>
 
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make install</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
@@ -143,7 +148,7 @@
       <seglistitem>
         <seg>fetchmail and fetchmailconf</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>None</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml       2005-06-16 18:33:21 UTC (rev 
4615)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml       2005-06-16 20:04:11 UTC (rev 
4616)
@@ -83,9 +83,14 @@
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     --enable-pop --enable-imap &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen>
+make</userinput></screen>
 
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make install</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
@@ -153,7 +158,7 @@
       <seglistitem>
         <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>/usr/doc/mutt</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/basicnet/mailnews/slrn.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/slrn.xml       2005-06-16 18:33:21 UTC (rev 
4615)
+++ trunk/BOOK/basicnet/mailnews/slrn.xml       2005-06-16 20:04:11 UTC (rev 
4616)
@@ -79,9 +79,14 @@
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     --with-slrnpull --enable-spool &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen>
+make</userinput></screen>
 
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make install</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
@@ -162,7 +167,7 @@
       <seglistitem>
         <seg>slrn and slrnpull</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>/usr/share/slrn and usr/share/doc/slrn</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/basicnet/netprogs/net-tools.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/net-tools.xml  2005-06-16 18:33:21 UTC (rev 
4615)
+++ trunk/BOOK/basicnet/netprogs/net-tools.xml  2005-06-16 20:04:11 UTC (rev 
4616)
@@ -118,9 +118,14 @@
        -e 's|HAVE_MII 0|HAVE_MII 1|g' config.h &amp;&amp;
 sed -i -e 's|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' \
        -e 's|# HAVE_MII=0|HAVE_MII=1|g' config.make &amp;&amp;
-make &amp;&amp;
-make update</userinput></screen>
+make</userinput></screen>
 
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make update</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
@@ -151,7 +156,7 @@
         nisdomainname, plipconfig, rarp, route, slattach, and
         ypdomainname</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>None</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/basicnet/netprogs/ntp.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/ntp.xml        2005-06-16 18:33:21 UTC (rev 
4615)
+++ trunk/BOOK/basicnet/netprogs/ntp.xml        2005-06-16 20:04:11 UTC (rev 
4616)
@@ -175,7 +175,7 @@
         <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
         ntptime, ntptrace,  and tickadj</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>None</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-06-16 18:33:21 UTC 
(rev 4615)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-06-16 20:04:11 UTC 
(rev 4616)
@@ -31,8 +31,8 @@
 
     <listitem>
       <para>June 16th, 2005 [djensen]: Added document installation to
-      W3m, separated user/root commands in W3m, Pan, Balsa and 
-      Compface.</para>
+      W3m, separated user/root commands in W3m, Pan, Balsa, Compface,
+      Fetchmail, Mutt, Slrn, Net-tools, NTP and Enscript.</para>
     </listitem>
 
     <listitem>

Modified: trunk/BOOK/pst/ps/enscript.xml
===================================================================
--- trunk/BOOK/pst/ps/enscript.xml      2005-06-16 18:33:21 UTC (rev 4615)
+++ trunk/BOOK/pst/ps/enscript.xml      2005-06-16 20:04:11 UTC (rev 4616)
@@ -64,9 +64,14 @@
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/enscript \
     --localstatedir=/var --with-media=Letter &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen>
+make</userinput></screen>
 
+    <para>To test the results, issue: <command>make check</command>.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
@@ -97,7 +102,7 @@
         <seg>diffpp, enscript, mkafmmap, over, sliceprint,
         and states</seg>
         <seg>None</seg>
-        <seg>Not determined at this time</seg>
+        <seg>/usr/share/enscript</seg>
       </seglistitem>
     </segmentedlist>
 

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