Changeset 0482b012 for basicnet


Ignore:
Timestamp:
10/02/2003 10:40:45 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
666f6de
Parents:
0d2f891
Message:

exp files tag cleaned

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

Location:
basicnet
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • basicnet/djb/daemontools/daemontools-exp.xml

    r0d2f891 r0482b012  
    1717difficulty.</para>
    1818
    19 <para><command>cd admin/daemontools-0.76</command> : First off, the package is
     19<para><command>cd admin/daemontools-0.76</command>: First off, the package is
    2020unpacked in an <filename>admin</filename> directory. You will find the actual
    2121packages two directory levels below this.</para>
    2222
    23 <para><command>package/compile</command> : This command actually
     23<para><command>package/compile</command>: This command actually
    2424compiles the source and prepares the binaries.</para>
    2525
     
    4141the <filename>/service</filename> directory for daemons to run.</para>
    4242
    43 <para><command>cp * /usr/sbin</command> : We must manually copy the
     43<para><command>cp * /usr/sbin</command>: We must manually copy the
    4444binaries to the <filename>/usr/sbin</filename> directory.</para>
    4545
     
    5050</para>
    5151
    52 <para><command>mkdir /etc/service</command> : This command creates
     52<para><command>mkdir /etc/service</command>: This command creates
    5353the <application>daemontools</application> control directory, which - even if
    5454empty - needs to exist for
    5555<application>daemontools</application> to run properly.</para>
    5656
    57 <para><command>telinit Q</command> : This command tells the <command>init
     57<para><command>telinit Q</command>: This command tells the <command>init
    5858</command> process to re-read its configuration file
    5959(<filename>inittab</filename>) and act upon any changes that have been made.
  • basicnet/djb/daemontools/daemontools-man-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>gzip -9 *.8</command> : You can compress the man pages
     4<para><command>gzip -9 *.8</command>: You can compress the man pages
    55to save space, but it isn't needed for the man pages to work.</para>
    66
  • basicnet/mailnews/fetchmail/fetchmail-config.xml

    r0d2f891 r0482b012  
    2020can add as many users and servers as you need using the same syntax.</para>
    2121
    22 <para><command>man fetchmail</command> : Look for the section near
     22<para><command>man fetchmail</command>: Look for the section near
    2323the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it
    2424gives some quick examples too. There are countless other config options once
  • basicnet/mailnews/fetchmail/fetchmail-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--with-ssl</command> : This enables
     4<para><option>--with-ssl</option>: This enables
    55<acronym>SSL</acronym> if found, so that you can handle connections to
    66secure <acronym>POP</acronym>3 and <acronym>IMAP</acronym> servers.</para>
    77
    8 <para><command>--enable-fallback=procmail</command> : This tells
     8<para><parameter>--enable-fallback=procmail</parameter>: This tells
    99<application>Fetchmail</application> to hand incoming mail to
    1010<application>Procmail</application> for delivery if your port 25 mail server is
  • basicnet/mailnews/mutt/mutt-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc</command> : This installs the configuration
    5 files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
     4<para><parameter>--sysconfdir=/etc</parameter>: This installs the configuration
     5files into <filename class="directory">/etc</filename> instead of
     6<filename class="directory">/usr/etc</filename>.</para>
    67
    78</sect2>
  • basicnet/mailnews/pine/pine-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command> : This
     4<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
    55patch will make <application>Pine</application> use <filename
    66class="directory">/etc</filename> for configuration files.</para>
     
    1111line to the <command>./build</command> script.</para>
    1212
    13 <para><command>./build slx</command> : <application>Pine</application> offers
     13<para><command>./build slx</command>: <application>Pine</application> offers
    1414quite a few target platforms, slx specifies Linux using
    1515-lcrypt to get the crypt function.  See the
     
    1717other authentication options.</para>
    1818<!--
    19 <para><command>DEBUG='-Os '</command> : Optimize binaries for size.</para>
     19<para><command>DEBUG='-Os '</command>: Optimize binaries for size.</para>
    2020-->
    21 <para><command>MAILSPOOL='/var/mail'</command> : Location of mail spool files, <filename>/var/mail.</filename></para>
     21<para><command>MAILSPOOL='/var/mail'</command>: Location of mail spool files, <filename>/var/mail.</filename></para>
    2222
    2323<para><screen><command>cd bin &amp;&amp;
  • basicnet/mailnews/procmail/procmail-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>BASENAME=/usr</command> : The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>
     4<para><parameter>BASENAME=/usr</parameter>: The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>
    55
    6 <para><command>make install-suid</command> : Modifies permissions of
     6<para><command>make install-suid</command>: Modifies permissions of
    77the installed files.</para>
    88</sect2>
  • basicnet/mailnews/slrn/slrn-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure --prefix=/usr</command> : Specify
    5 <filename>/usr</filename> to install to instead of <filename>/usr/local</filename>.</para>
     4<para><command>./configure --prefix=/usr</command>: Specify
     5<filename class="directory">/usr</filename> to install to instead of
     6<filename class="directory">/usr/local</filename>.</para>
    67
    7 <para><command>./configure --with-slrnpull</command> : Build the slrnpull executable.</para>
     8<para><command>./configure --with-slrnpull</command>: Build the slrnpull executable.</para>
    89
    910</sect2>
  • basicnet/netlibs/gnet/gnet-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-glib2</command> : This switch ensures that
     4<para><option>--enable-glib2</option>: This switch ensures that
    55<application>gnet</application> will link against
    66<applicatin>GLib</application> version 2.  Configure defaults to
  • basicnet/netlibs/wvstreams/wvstreams-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>make PREFIX=/usr LDFLAGS="-lcrypt"</command> :
     4<para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>:
    55This fixes <filename class="libraryfile">libwvstreams</filename>' issues
    66with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
  • basicnet/netprogs/inetutils/inetutils-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--disable-dependancy-tracking</command> : This switch
     4<para><option>--disable-dependancy-tracking</option>: This switch
    55speeds up one time builds.</para>
    66
    7 <para><command>--disable-syslogd</command> : This switch  prevents
     7<para><option>--disable-syslogd</option>: This switch  prevents
    88<application>Inetutils</application> installing a System Log Daemon, which is
    99installed in the <acronym>LFS</acronym> Book.</para>
    1010
    11 <para><command>--with-wrap</command> : This switch makes <application>Inetutils
     11<para><option>--with-wrap</option>: This switch makes <application>Inetutils
    1212</application> compile against <application>tcp-wrappers</application>. Omit
    1313this option if you didn't install <application>tcp-wrappers</application>.
    1414</para>
    1515
    16 <para><command>--with-pam</command> : This switch makes <application>Inetutils
     16<para><option>--with-pam</option>: This switch makes <application>Inetutils
    1717</application> compile against for <application>Linux-<acronym>PAM</acronym>
    1818</application>. Add this option if you want to utilize <acronym>PAM</acronym>.
  • basicnet/netprogs/portmap/portmap-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../portmap_5-1.diff</command> : This patch
     4<para><command>patch -Np1 -i ../portmap_5-1.diff</command>: This patch
    55provides added security for the <application>portmap</application> package,
    66including only allowing <command>portmap</command> table changes from the local
    77host.</para>
    88
    9 <para><command>mkdir /usr/share/doc/portmap</command> : This directory must be
     9<para><command>mkdir /usr/share/doc/portmap</command>: This directory must be
    1010created before installation.  </para>
    1111
  • basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command> : This patch
     4<para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command>: This patch
    55alters the original path and logging facility of the original tcpwrappers
    66program.</para>
  • basicnet/netprogs/wget/wget-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--prefix=/usr "</command> : This compiles and installs
    5 <command>wget</command> into the <filename>/usr</filename> hierarchy instead
    6 of <filename>/usr/local</filename>.</para>
     4<para><parameter>--prefix=/usr "</parameter>: This compiles and installs
     5<command>wget</command> into the <filename class="directory">/usr</filename> hierarchy instead
     6of <filename class="directory">/usr/local</filename>.</para>
    77
    8 <para><command>--sysconfigdir=/etc</command> : This relocates
    9 the configuration file from <filename>/usr/etc</filename> to
    10 <filename>/etc</filename>.</para>
     8<para><parameter>--sysconfigdir=/etc</parameter>: This relocates
     9the configuration file from <filename class="directory">/usr/etc</filename> to
     10<filename class="directory">/etc</filename>.</para>
    1111
    1212</sect2>
  • basicnet/netutils/traceroute/traceroute-exp.xml

    r0d2f891 r0482b012  
    77<acronym>LFS</acronym> system).</para>
    88
    9 <para><command>make install</command> : Installs <command>traceroute</command>
     9<para><command>make install</command>: Installs <command>traceroute</command>
    1010setuid root in the <filename>/usr/sbin</filename> directory. This makes it
    1111possible for all users to execute <command>traceroute</command>. For absolute
  • basicnet/textweb/links/links-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-graphics</command> : Add this switch if you want to
     4<para><option>--enable-graphics</option>: Add this switch if you want to
    55use <application>Links</application> in graphics mode. You will also need to
    66enable framebuffer support in your kernel and install <xref linkend="gpm"/>
  • basicnet/textweb/lynx/lynx-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--libdir=/etc</command> : For some reason, the
     4<para><parameter>--libdir=/etc</parameter>: For some reason, the
    55configure and make routine for lynx uses libdir as the prefix for the
    6 configuration file.  We set this to <filename>/etc</filename> so that the
     6configuration file.  We set this to <filename class="directory">/etc</filename> so that the
    77system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
    88
    9 <para><command>--with-ssl</command> : This enables support for
     9<para><option>--with-ssl</option>: This enables support for
    1010linking <acronym>SSL</acronym> into <application>lynx</application>.</para>
    1111
    12 <para><command>--with-zlib</command> : This enables support for
     12<para><option>--with-zlib</option>: This enables support for
    1313linking <application>zlib</application> into <application>Lynx</application>.</para>
    1414
    15 <para><command>DOCDIR=... HELPDIR=...</command> : We set these
     15<para><parameter>DOCDIR=... HELPDIR=...</parameter>: We set these
    1616variables to avoid getting the help and documentation files installed
    1717under <filename>/etc</filename>.</para>
    1818
    19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command> : This
     19<para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command>: This
    2020<command>sed</command> command changes the <filename>/etc/lynx.cfg</filename>
    2121file so it looks for the help files in the correct place.</para>
  • basicnet/textweb/w3m/w3m-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure -yes</command> : Set all parameters to
     4<para><command>./configure -yes</command>: Set all parameters to
    55their default values.</para>
    66
    7 <para><command>-lang=en</command> : Set the default language to
     7<para><parameter>-lang=en</parameter>: Set the default language to
    88English.</para>
    99
    10 <para><command>-model=monster</command> : This sets the build model
     10<para><parameter>-model=monster</parameter>: This sets the build model
    1111to monster. Alternative build models are discussed above.</para>
    1212
Note: See TracChangeset for help on using the changeset viewer.