Changeset 46441976 for basicnet


Ignore:
Timestamp:
06/16/2005 08:04:11 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ceafb03e
Parents:
226b1752
Message:

separated user/root in Fetchmail, Mutt, Slrn, Net-tools, NTP and Enscript.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4616 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
basicnet
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail.xml

    r226b1752 r46441976  
    7474
    7575<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
    76 make &amp;&amp;
    77 make install</userinput></screen>
     76make</userinput></screen>
     77
     78    <para>This package does not come with a test suite.</para>
     79
     80    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     81
     82<screen role='root'><userinput>make install</userinput></screen>
    7883
    7984  </sect2>
     
    144149        <seg>fetchmail and fetchmailconf</seg>
    145150        <seg>None</seg>
    146         <seg>Not determined at this time</seg>
     151        <seg>None</seg>
    147152      </seglistitem>
    148153    </segmentedlist>
  • basicnet/mailnews/mutt.xml

    r226b1752 r46441976  
    8484<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8585    --enable-pop --enable-imap &amp;&amp;
    86 make &amp;&amp;
    87 make install</userinput></screen>
     86make</userinput></screen>
     87
     88    <para>This package does not come with a test suite.</para>
     89
     90    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     91
     92<screen role='root'><userinput>make install</userinput></screen>
    8893
    8994  </sect2>
     
    154159        <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
    155160        <seg>None</seg>
    156         <seg>Not determined at this time</seg>
     161        <seg>/usr/doc/mutt</seg>
    157162      </seglistitem>
    158163    </segmentedlist>
  • basicnet/mailnews/slrn.xml

    r226b1752 r46441976  
    8080<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8181    --with-slrnpull --enable-spool &amp;&amp;
    82 make &amp;&amp;
    83 make install</userinput></screen>
     82make</userinput></screen>
     83
     84    <para>This package does not come with a test suite.</para>
     85
     86    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     87
     88<screen role='root'><userinput>make install</userinput></screen>
    8489
    8590  </sect2>
     
    163168        <seg>slrn and slrnpull</seg>
    164169        <seg>None</seg>
    165         <seg>Not determined at this time</seg>
     170        <seg>/usr/share/slrn and usr/share/doc/slrn</seg>
    166171      </seglistitem>
    167172    </segmentedlist>
  • basicnet/netprogs/net-tools.xml

    r226b1752 r46441976  
    119119sed -i -e 's|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' \
    120120       -e 's|# HAVE_MII=0|HAVE_MII=1|g' config.make &amp;&amp;
    121 make &amp;&amp;
    122 make update</userinput></screen>
     121make</userinput></screen>
     122
     123    <para>This package does not come with a test suite.</para>
     124
     125    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     126
     127<screen role='root'><userinput>make update</userinput></screen>
    123128
    124129  </sect2>
     
    152157        ypdomainname</seg>
    153158        <seg>None</seg>
    154         <seg>Not determined at this time</seg>
     159        <seg>None</seg>
    155160      </seglistitem>
    156161    </segmentedlist>
  • basicnet/netprogs/ntp.xml

    r226b1752 r46441976  
    176176        ntptime, ntptrace,  and tickadj</seg>
    177177        <seg>None</seg>
    178         <seg>Not determined at this time</seg>
     178        <seg>None</seg>
    179179      </seglistitem>
    180180    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.