Changeset 0482b012


Ignore:
Timestamp:
10/02/2003 10:40:45 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, 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

Files:
56 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
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch
    5 </command> : <application>Dhcpcd</application> unpatched puts all configuration
     5</command>: <application>Dhcpcd</application> unpatched puts all configuration
    66and temporary files in <filename>/etc/dhcpc</filename>. This becomes very
    77annoying when <application>dhcpcd</application> tells you it's running and it's
    8 not.  You look in <filename>/var/run</filename> for the pid file, but it's not
     8not.  You look in <filename class="directory">/var/run</filename> for the pid file, but it's not
    99there, the pid file that needs deleting is in <filename>/etc/dhcpc</filename>.
    1010This patch brings this program into <acronym>FHS</acronym> compliance, but more
    1111importantly, puts files where you expect them to be.</para>
    1212
    13 <para><command>--prefix=""</command> : There may be a good reason for
     13<para><parameter>--prefix=""</parameter>: There may be a good reason for
    1414abandoning the normal <acronym>BLFS</acronym> convention of using --prefix=/usr
    1515here.  If you are installing <acronym>DHCP</acronym>, it is likely that it is
    16 required during the boot process and <filename>/usr</filename> may be network
     16required during the boot process and <filename class="directory">/usr</filename> may be network
    1717mounted in which case, <command>dhcpcd</command> wouldn't be available due to
    1818being on the network!  Therefore, depending on your situation, you may want it
    19 to be installed in <filename>/sbin</filename> or <filename>/usr/sbin
    20 </filename>.  This command installs to <filename>/sbin</filename>.</para>
     19to be installed in <filename class="directory">/sbin</filename> or <filename
     20class="directory">/usr/sbin
     21</filename>.  This command installs to <filename class="directory">/sbin</filename>.</para>
    2122
    22 <para><command>--sysconfdir=/var/lib</command> : This command install
    23 configuration files in the <filename>/var/lib</filename>
     23<para><parameter>--sysconfdir=/var/lib</parameter>: This command install
     24configuration files in the <filename class="directory">/var/lib</filename>
    2425directory.</para>
    2526
    26 <para><command>--mandir=/usr/share/man</command> : This command
    27 install the man pages to the <filename>/usr/share/man</filename>
     27<para><parameter>--mandir=/usr/share/man</parameter>: This command
     28install the man pages to the <filename class="directory">/usr/share/man</filename>
    2829directory.</para>
    2930
  • content/databases/db-3.3/db-3.3-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command> : Change the DB185 database pointer to DB.</para>
     4<para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command>: Change the DB185 database pointer to DB.</para>
    55
    66</sect2>
  • content/databases/db/db-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr
    5 --enable-compat185</command> :
     5--enable-compat185</command>:
    66This replaces the normal <command>./configure</command> command as
    77<application>Berkeley DB</application> comes with the various
     
    99
    1010<para><command>make docdir=/usr/share/doc/db-&db-version;
    11 install</command> : This installs the documentation in
     11install</command>: This installs the documentation in
    1212the correct place.</para>
    1313
  • content/databases/mysql/mysql-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%"
    5 configure.old &gt; configure</command> : This sed is used to disable
     5configure.old &gt; configure</command>: This sed is used to disable
    66the mysql test suite.</para>
    77
  • content/web/apache/apache-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-mods-shared=all</command> : We want modules
     4<para><parameter>--enable-mods-shared=all</parameter>: We want modules
    55to be compiled and used as Dynamic Shared Objects
    66(<acronym>DSO</acronym>s) so they can be included and excluded from the
  • general/genlib/gdbm/gdbm-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--infodir=/usr/share/info
    5 --mandir=/usr/share/man</command> : These switches set the documentation
     4<para><parameter>--infodir=/usr/share/info
     5--mandir=/usr/share/man</parameter>: These switches set the documentation
    66directory to <filename class="directory">/usr/share</filename> instead of
    77<filename class="directory">/usr</filename>.</para>
    88
    9 <para><command>BINOWN=root BINGRP=root</command> : This command
     9<para><parameter>BINOWN=root BINGRP=root</parameter>: This command
    1010changes the file ownership to root instead of the bin user.</para>
    1111
  • general/genlib/glib/glib2-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-gtk-doc</command> : This switch will rebuild
     4<para><option>--enable-gtk-doc</option>: This switch will rebuild
    55the <acronym>API</acronym> documentation during the
    66<command>make</command> command.</para>
  • general/genlib/gmp/gmp-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--infodir=/usr/share/info --mandir=/usr/share/man</command> : These switches set the documentation directory to <filename>/usr/share
    5 </filename> instead of <filename>/usr</filename>.</para>
     4<para><parameter>--infodir=/usr/share/info
     5--mandir=/usr/share/man</parameter>: These switches set the
     6documentation directory to <filename class="directory">/usr/share
     7</filename> instead of <filename class="directory">/usr</filename>.</para>
    68
    79</sect2>
  • general/genlib/libfam/libfam-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes
     4<para><command>patch -Np1 -i ../fam-dnotify.patch</command>: This patch causes
    55<application><acronym>FAM</acronym></application> to use the Linux kernel
    66dnotify mechanism to inform the calling process of
     
    88modifications.</para>
    99
    10 <para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is
     10<para><command>patch -Np1 -i ../fam-gcc3.patch</command>: This patch is
    1111necessary to get <application><acronym>FAM</acronym></application> to compile
    1212with gcc-&gcc-version;.</para>
  • general/genlib/openssl/openssl-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>no-rc5 no-idea</command> : When added to the ./config
     4<para><option>no-rc5 no-idea</option>: When added to the
     5<command>./config</command>
    56command, this will eliminate the building of those encryption methods.
    67Patent licenses may be needed for you to utilize either of those methods in
    78your projects.</para>
    89
    9 <para><command>rm doc/apps/passwd.pod </command> : We do this because
    10 otherwise <application>OpenSSL</application> installs its passwd man page over
     10<para><command>rm doc/apps/passwd.pod </command>: We do this because
     11otherwise <application>Open<acronym>SSL</acronym></application> installs its passwd man page over
    1112the existing system one which isn't what we want.</para>
    1213
     
    1819class='directory'>/etc/ssl/man</filename>.</para>
    1920 
    20 <para><command>rmdir /etc/ssl/lib</command> : This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates
     21<para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates
    2122the <filename class='directory'>/etc/ssl/lib</filename> directory even though
    2223the libraries have been installed in <filename class='directory'>/usr/lib
  • general/genlib/readline/readline-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>make SHLIB_LIBS=-lcurses</command> : These command makes
     4<para><command>make SHLIB_LIBS=-lcurses</command>: These command makes
    55the proper symbols available for applications that assume
    66<application>readline</application> is compiled linked to
  • general/genlib/stlport/stlport-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>GCC_VERSION=...</command> : <application>STLport</application>
     4<para><command>GCC_VERSION=...</command>: <application>STLport</application>
    55needs the location of the <application>C++</application> headers, which are
    66installed in <filename>/usr/include/c++/$GCC_VERSION</filename> if
    77installed as per the instructions in <acronym>LFS</acronym>.</para>
    88
    9 <para><command>sed -e ...</command> : Replace the location where <application>
     9<para><command>sed -e ...</command>: Replace the location where <application>
    1010STLport</application> looks for <application>C++</application> headers.</para>
    1111
    12 <para><command>cd src</command> : Change to the source directory.</para>
     12<para><command>cd src</command>: Change to the source directory.</para>
    1313
    14 <para><command>ln -sf gcc-linux.mak Makefile</command> : Use the appropriate
     14<para><command>ln -sf gcc-linux.mak Makefile</command>: Use the appropriate
    1515makefile for our environment.</para>
    1616
  • general/graphlib/imlib/imlib-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33 
    4 <!--<para><userinput>CPPFLAGS=-w</userinput> : This disables gcc-&gcc-version;
     4<!--<para><userinput>CPPFLAGS=-w</userinput>: This disables gcc-&gcc-version;
    55warnings that confuse configure.</para>-->
    66
    7 <para><command>--sysconfdir=/etc/imlib</command> : This installs and
    8 combines the configurations files into <filename>/etc</filename> instead
    9 of <filename>/usr/etc</filename>.</para>
     7<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
     8combines the configurations files into <filename class="directory">/etc</filename> instead
     9of <filename class="directory">/usr/etc</filename>.</para>
    1010</sect2>
  • general/graphlib/lcms/lcms-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>make utils</command> : This command can be added to the
     4<para><command>make utils</command>: This command can be added to the
    55installation to build utilities for converting images using icc
    66profiles. This command requires that <xref linkend="libtiff"/> and <xref
    77linkend="libjpeg"/> are already installed.</para>
    88
    9 <para><command>make CC=g++ python</command> :  This command can be added
     9<para><command>make CC=g++ python</command>:  This command can be added
    1010to allow access to <filename class="libraryfile">liblcms</filename> by
    1111<application>Python</application>.
  • general/graphlib/libjpeg/libjpeg-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure --enable-static --enable-shared --prefix=/usr</command> : This command tells libjpeg to build both shared and static libraries and
     4<para><command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and
    55to install them with a base of <filename>/usr</filename>.</para>
    66
  • general/graphlib/libmng/libmng-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><screen><command>./configure --prefix=/usr --with-zlib \
    5 --with-jpeg --with-lcms </command></screen>
     5--with-jpeg --with-lcms</command></screen>
    66This command sets the install directory and also tells the configuration
    77routine to look and find <application>zlib</application>, <application>libjpeg
    88</application> and <application>lcms</application>.</para>
    99
    10 <para><command>cp doc/man/*.X /usr/share/man/manX</command> : The
     10<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
    1111install procedure doesn't properly install the man pages so we do it
    1212manually.</para>
  • general/graphlib/libpng/libpng-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</command> : This forces libpng to look for the zlib includes and libraries where we have them installed.</para>
     4<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
     5forces <application>libpng</application> to look for the
     6<application>zlib</application> includes and libraries where we have them installed.</para>
    57
    6 <para><command>-f scripts/makefile.linux</command> : This points
     8<para><parameter>-f scripts/makefile.linux</parameter>: This points
    79make at the Linux version of the makefile as
    810<application>libpng</application> doesn't use a
  • general/graphlib/libtiff/libtiff-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--noninteractive</command> : This switch is used to
     4<para><option>--noninteractive</option>: This switch is used to
    55avoid the configuration routine asking for confirmation of the
    66directories to install to (which we pass using switches to configure
    77anyways).</para>
    88
    9 <para><command>--with-DIR_MAN=/usr/share/man</command> : This is
     9<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is
    1010used because despite the fact we pass
    11 <command>--prefix=/usr</command>, the configure
     11<parameter>--prefix=/usr</parameter>, the configure
    1212routine tries to install the man pages in
    13 <filename>/usr/local/man</filename> instead of the
     13<filename class="directory">/usr/local/man</filename> instead of the
    1414correct place.</para>
    1515
  • general/graphlib/svgalib/svgalib-exp.xml

    r0d2f891 r0482b012  
    33
    44<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    5 gunzip /usr/share/man/$file; done; done</command> : SVGAlib installs it's man
     5gunzip /usr/share/man/$file; done; done</command>:
     6<application>SVGAlib</application> installs it's man
    67pages in compressed format so we uncompress them.</para>
    78
  • general/prog/gcc/gcc-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>PATH_HOLD=$PATH</command> : This command
     4<para><command>PATH_HOLD=$PATH</command>: This command
    55stores your current path before it's modified so that it can be restored after
    66installation.</para>
    77
    8 <para><command>export PATH=/opt/gnat/bin:$PATH</command> : This
     8<para><command>export PATH=/opt/gnat/bin:$PATH</command>: This
    99command allows the build to find
    1010<application><acronym>GNAT</acronym></application>'s
     
    1212<application>Ada</application>.</para>
    1313
    14 <para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command> :
     14<para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command>:
    1515This command creates necessary files for the
    1616<application>Ada</application> build. This step
     
    1818<application>Ada</application> frontend.</para>
    1919
    20 <para><command>CC=/usr/bin/gcc</command> : This command works around the
     20<para><parameter>CC=/usr/bin/gcc</parameter>: This command works around the
    2121new <envar>PATH</envar> which puts <application><acronym>GNAT</acronym>
    2222</application>'s <command>gcc</command> as the primary compiler.</para>
    2323
    24 <para><command>--enable-languages=c,c++,objc,f77,ada,java</command>
    25 : This command builds all available languages in the
     24<para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>: This command builds all available languages in the
    2625<application><acronym>GCC</acronym></application> package.
    2726You may modify this command to remove unwanted languages.</para>
    2827
    29 <para><command>--enable-shared --enable-threads=posix
    30 --enable-__cxa_atexit</command> : These commands are required to build
     28<para><parameter>--enable-shared --enable-threads=posix
     29--enable-__cxa_atexit</parameter>: These commands are required to build
    3130the <application>C++</application> libraries to published standards.</para>
    3231
    33 <para><command>--enable-clocale=gnu</command> : This command is a
     32<para><parameter>--enable-clocale=gnu</parameter>: This command is a
    3433failsafe for incomplete locale data.</para>
    3534
    36 <para><command>make gnatlib_and tools</command> : This command
     35<para><command>make gnatlib_and tools</command>: This command
    3736completes the <application>Ada</application> build process. Skip this step if
    3837you have not enabled <application>Ada</application> as one of the languages.
  • general/prog/jdk/j2sdk-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>T=`grep...</command> : Determines the part where the tarfile
     4<para><command>T=`grep...</command>: Determines the part where the tarfile
    55begins in the self extracting archive.</para>
    66
    7 <para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command> :
     7<para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command>:
    88Patch to fix duplicate messages in the intl files.</para>
    9 <para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command> : Patch to add missing libs to fix unresolved symbols.</para>
     9<para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command>: Patch to add missing libs to fix unresolved symbols.</para>
    1010<para><command>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch
    11 </command> : The build wants the binaries in specific locations, this patch
     11</command>: The build wants the binaries in specific locations, this patch
    1212modifies this to use the current <envar>PATH</envar> environment to find
    1313binaries.</para>
    14 <para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command> :
     14<para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command>:
    1515Patch to fix syntax for <application><acronym>GCC</acronym>-3</application>.
    1616</para>
    1717<para><command>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch
    18 </command> : Patch to rename the internal motif library to avoid conflicts with
     18</command>: Patch to rename the internal motif library to avoid conflicts with
    1919an incompatible system installed version.</para>
    2020
    21 <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command> : This var sets
     21<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
    2222location of the bootstrap <acronym>JDK</acronym>.
    2323</para>
    2424
    25 <para><command>export ALT_MOZILLA_PATH=$PWD</command> : This sets the
     25<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the
    2626variable that points to where you unzipped the <application>Mozilla
    2727</application> headers.</para>
    2828
    29 <para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command> : This
     29<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
    3030changes the location where the build finds the needed executables.
    3131</para>
    3232
    33 <para><command>export BUILD_NUMBER="blfs-`date +%s`"</command> : This will
     33<para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will
    3434help you identify this compiled version of the runtime environment and
    3535virtual machine by appending this information to the version in the
    3636output to <command>java -version</command>.</para>
    3737
    38 <para><command>export DEV_ONLY=true</command> : This command
     38<para><command>export DEV_ONLY=true</command>: This command
    3939eliminates compiling the documentation and eliminates a dependency for
    4040<application>rpm</application>. </para>
    4141
    42 <para><command>unset JAVA_HOME</command> : This clears the
     42<para><command>unset JAVA_HOME</command>: This clears the
    4343<envar>JAVA_HOME</envar>
    4444variable and prevents misdirection during compile.</para>
    4545
    46 <para><command>unset CLASSPATH</command> : This clears the
     46<para><command>unset CLASSPATH</command>: This clears the
    4747<envar>CLASSPATH</envar> variable and prevents misdirection during compile.
    4848</para>
    4949
    50 <para><command>unset CFLAGS...</command> : These flags cause miscompilation
     50<para><command>unset CFLAGS...</command>: These flags cause miscompilation
    5151of the build. Never set these.</para>
    5252
    53 <para><command>export INSANE=true</command> : Unless you specify that you
     53<para><command>export INSANE=true</command>: Unless you specify that you
    5454are insane the build will not proceed. The certified platform for the build is
    5555Redhat 6.1. The above variable ensures that all the errors related to
    5656compiling on a non-certified platform will be converted to warnings.</para>
    5757
    58 <para><command>export MAKE_VERBOSE=true</command> : Allows the current
     58<para><command>export MAKE_VERBOSE=true</command>: Allows the current
    5959compilation command to be displayed on the console.</para>
    6060
    61 <para><command>export ALT_CACERTS_FILE...</command> : Specifies the
     61<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
    6262certificate file to use.</para>
    6363
  • general/prog/librep/librep-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--libexec=/usr/lib</command> : This command installs
    5 files to <filename>/usr/lib/rep</filename> instead of
    6 <filename>/user/libexec/rep</filename>.</para>
     4<para><parameter>--libexec=/usr/lib</parameter>: This command installs
     5files to <filename class="directory">/usr/lib/rep</filename> instead of
     6<filename class="directory">/user/libexec/rep</filename>.</para>
    77
    88</sect2>
  • general/sysutils/cpio/cpio-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--libexec=/usr/bin</command> : This command installs
    5 <command>rmt</command> to <filename>/usr/sbin</filename> instead of
    6 <filename>/usr/libexec</filename>.</para>
     4<para><parameter>--libexec=/usr/sbin</parameter>: This command installs
     5<command>rmt</command> to <filename class="directory">/usr/sbin</filename> instead of
     6<filename class="directory">/usr/libexec</filename>.</para>
    77
    8 <para><command>--bindir=/bin</command> : This command installs
    9 <command>cpio</command> to <filename>/bin</filename> instead of
    10 <filename>/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
     8<para><parameter>--bindir=/bin</parameter>: This command installs
     9<command>cpio</command> to <filename class="directory">/bin</filename> instead of
     10<filename class="directory">/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
    1111
    1212</sect2>
  • general/sysutils/fcron/fcron-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--without-sendmail</command> : <application>Fcron</application>
     4<para><option>--without-sendmail</option>: <application>Fcron</application>
    55does not require an <acronym>MTA</acronym> to run but will use one, if it is
    66installed, to email you the results of the <command>fcron</command> script. If
    77you wish to utilize this feature change the switch to
    8 <command>--with-sendmail=<replaceable>[path to your MTA]</replaceable>
    9 </command>.</para>
     8<parameter>--with-sendmail=<replaceable>[path to your MTA]</replaceable>
     9</parameter>.</para>
    1010
    11 <para><command>--with-answer-all=no</command> : After the files are
     11<para><parameter>--with-answer-all=no</parameter>: After the files are
    1212installed, the make install script enters into a configuration routine.
    1313The first test will be whether to install a boot script in the <filename
     
    1818<acronym>BLFS</acronym> template we answer 'n' to both tests.</para>
    1919
    20 <para><command>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;
    21 </command> : Can be added if you have installed
     20<para><parameter>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;
     21</parameter>: Can be added if you have installed
    2222<application>OpenJade</application> and
    2323dsssl-stylesheets to generate the documentation from the DocBook source
  • general/sysutils/gpm/gpm-inst.xml

    r0d2f891 r0482b012  
    2222<title>Command explanations</title>
    2323
    24 <para><command>export LDFLAGS="-lm"</command> : The math library
     24<para><command>export LDFLAGS="-lm"</command>: The math library
    2525 must be linked with <command>gpm</command>, as ceil() is used in some cursor
    2626scrolling logic. <envar>LDFLAGS</envar> is only needed if you optimize
  • server/mail/courier/courier-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc/courier</command> : Specifies the directory where Courier's configuration
     4<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
     5directory where <application>Courier</application>'s configuration
    56files are installed.</para>
    67
    7 <para><command>--with-piddir=/var/run</command> : Specfies the directory where Courier's pid files are stored
    8 when Courier is active.</para>
     8<para><parameter>--with-piddir=/var/run</parameter>: Specfies the
     9directory where <application>Courier</application>'s pid files are stored
     10when <application>Courier</application> is active.</para>
    911
    10 <para><command>--libexecdir=/usr/libexec</command> : libexecdir contains programs and libraries that cannot
     12<para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains programs and libraries that cannot
    1113be directly executed from the command line.</para>
    1214
    13 <para><command>--datadir=/usr/share/courier</command> : Specifies the directory where miscellaneous shell
    14 scripts, Perl scripts, and data files will be installed.</para>
     15<para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the directory where miscellaneous shell
     16scripts, <application>Perl</application> scripts, and data files will be installed.</para>
    1517
    16 <para><command> --localstatedir=/var/lib/courier</command> : specifies the directory that will hold the mail
     18<para><parameter>--localstatedir=/var/lib/courier</parameter>: specifies the directory that will hold the mail
    1719queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified
    1820by the --prefix option.</para>
    1921
    20 <para><command>--disable-root-check</command> : Allows Courier to be built as the root user.</para>
     22<para><option>--disable-root-check</option>: Allows
     23<application>Courier</application> to be built as the root user.</para>
    2124
    22 <para><command>--with-db=gbbm</command> : Courier requires either the GDBM or the DB database library.
    23 GDBM is used if both are present. This option forces the selection of the database library.
     25<para><parameter>--with-db=gbbm</parameter>:
     26<application>Courier</application> requires either the
     27<application><acronym>GDBM</acronym></application> or the
     28<application>DB</application> database library.
     29<application><acronym>GDBM</acronym></application> is used if both are present. This option forces the selection of the database library.
    2430</para>
    2531
     
    2733will not be created correctly -->
    2834
    29 <para><command>--with-mailuser=courier</command> : All except two Courier daemons run as a non-privileged
    30 user. This option specifies the userid that Courier will install and run as.</para>
     35<para><parameter>--with-mailuser=courier</parameter>: All except two
     36<application>Courier</application> daemons run as a non-privileged
     37user. This option specifies the userid that
     38<application>Courier</application> will install and run as.</para>
    3139
    32 <para><command>--withmailgroup=courier</command> : like --with-mailuser, but specifies the group ID.</para>
     40<para><parameter>--withmailgroup=courier</parameter>: like --with-mailuser, but specifies the group ID.</para>
    3341
    34 <para><command>--enable-workarounds-for-imap-client-bugs</command> : there are several confirmed bugs in some
    35 IMAP clients that do not properly implement the IMAP4rev1 protocol. This option enables some workarounds for
    36 those buggy IMAP clients. NOTE: make check will fail if this option is used. You should first configure
     42<para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some
     43<acronym>IMAP</acronym> clients that do not properly implement the
     44<acronym>IMAP</acronym>4rev1 protocol. This option enables some workarounds for
     45those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure
    3746without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
    3847
    39 <para><command>--with-ispell=/usr/bin/aspell</command> : Courier's webmail server can use spell checking, if
     48<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
     49<application>Courier</application>'s webmail server can use spell checking, if
    4050the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
    41 current search path, use --with-ispell=program to explicitly set the location of aspell.</para>
     51current search path, use --with-ispell=program to explicitly set the
     52location of <application>aspell</application>.</para>
    4253
    4354</sect2>
  • server/mail/courier/courier-inst.xml

    r0d2f891 r0482b012  
    1313
    1414<screen><userinput><command>./configure ./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run \
    15 --libexecdir=/usr/libexec --datadir=/usr/share/courier \
     15--libexecdir=/usr/sbin --datadir=/usr/share/courier \
    1616--localstatedir=/var/lib/courier --disable-root-check --with-db=gdbm \
    1717--with-mailuser=courier --withmailgroup=courier \
  • server/mail/exim/exim-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>sed -e ... > Local/Makefile</command> : Many of exim's
     4<para><command>sed -e ... > Local/Makefile</command>: Many of exim's
    55configuration options are compiled in. Here, we specify the minimum set
    66of options, BIN_DIRECTORY, CONFIGURE_FILE and EXIM_USER. We also defer
     
    88support, by commenting out the EXIM_MONITOR line in the Makefile.</para>
    99
    10 <para><command>ln -s exim /usr/sbin/sendmail</command> :
     10<para><command>ln -s exim /usr/sbin/sendmail</command>:
    1111Create a link to sendmail for applications which need it. exim will
    1212accept most Sendmail command line options.</para>
  • server/other/cvsserver/cvsserver-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>mkdir /cvsroot</command> : Create the <acronym>CVS</acronym>
     4<para><command>mkdir /cvsroot</command>: Create the <acronym>CVS</acronym>
    55repository directory.</para>
    66
    7 <para><command>chmod 1777 /cvsroot</command> : Sticky bit permissions for
     7<para><command>chmod 1777 /cvsroot</command>: Sticky bit permissions for
    88<envar>CVSROOT</envar>.</para>
    99
    10 <para><command>export CVSROOT=/cvsroot</command> : Specify new <envar>CVSROOT
     10<para><command>export CVSROOT=/cvsroot</command>: Specify new <envar>CVSROOT
    1111</envar> for all <command>cvs</command> commands.</para>
    1212
    13 <para><command>cvs init</command> : Initialize the new <acronym>CVS</acronym>
     13<para><command>cvs init</command>: Initialize the new <acronym>CVS</acronym>
    1414repository.</para>
    1515
    1616<para><command>cvs import -m "repository test" cvstest vendortag
    17 releasetag</command> : All source code modules must be imported
     17releasetag</command>: All source code modules must be imported
    1818into the <acronym>CVS</acronym> repository before use, with the
    1919<command>cvs import</command> command.  the <userinput>-m</userinput>
     
    2525
    2626<para><command>(grep anonymous /etc/passwd || useradd anonymous -s
    27 /bin/false)</command>  : Check for an existing anonymous user and
     27/bin/false)</command>: Check for an existing anonymous user and
    2828create one if not found.</para>
    2929
    3030<para><command>echo anonymous: &gt; /cvsroot/CVSROOT/passwd
    31 </command> : Add the anonymous user to the <acronym>CVS</acronym> passwd file,
     31</command>: Add the anonymous user to the <acronym>CVS</acronym> passwd file,
    3232which is unused for anything else in this configuration.</para>
    3333
    34 <para><command>echo anonymous &gt; /cvsroot/CVSROOT/readers</command> : Add the
     34<para><command>echo anonymous &gt; /cvsroot/CVSROOT/readers</command>: Add the
    3535anonymous user to the <acronym>CVS</acronym> readers file, a list of
    3636users who have read only access to the repository.</para>
  • server/other/dhcp/dhcp-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>LIBDIR=/usr/lib INCDIR=/usr/include</command> : This
     4<para><parameter>LIBDIR=/usr/lib INCDIR=/usr/include</parameter>: This
    55command installs the library and include files in <filename
    66class="directory">/usr</filename> instead of <filename
  • server/other/leafnode/leafnode-exp.xml

    r0d2f891 r0482b012  
    22<title>Installation command explanations</title>
    33
    4 <para><command>--localstatedir=/var</command> : Change the default
    5 spool directory of <filename>/usr/var</filename>.</para>
     4<para><parameter>--localstatedir=/var</parameter>: Change the default
     5spool directory of <filename class="directory">/usr/var</filename>.</para>
    66
    7 <para><command>--sysconfdir=/etc/news</command> : leafnode reads its
     7<para><parameter>--sysconfdir=/etc/news</parameter>: leafnode reads its
    88configuration data from a file called <filename>config</filename> which
    99will be created in <filename class="directory">/etc/news</filename> to
    1010avoid any potential conflict with other packages.</para>
    1111
    12 <para><command>make update</command> : Create an initial
     12<para><command>make update</command>: Create an initial
    1313<filename>/etc/news/config.example</filename> file, which must be
    1414renamed to <filename>/etc/news/config</filename>.</para>
  • server/other/openldap/openldap-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc</command> : Sets the configuration file directory to
     4<para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration file directory to
    55avoid the default of <filename class="directory">/usr/etc</filename>.</para>
    66
    7 <para><command>--libexecdir=/usr/sbin</command> : Puts the server executables in
     7<para><parameter>--libexecdir=/usr/sbin</parameter>: Puts the server executables in
    88<filename class="directory">/usr/sbin</filename> instead of <filename
    99class="directory">/usr/libexec</filename>.</para>
    1010
    11 <para><command>--enable-ldbm</command> : Build <command>slapd</command>
     11<para><option>--enable-ldbm</option>: Build <command>slapd</command>
    1212with primary database backend using either <application>Berkeley
    1313DB</application> or
    1414<application><acronym>GNU</acronym> Database Manager</application>.</para>
    1515
    16 <para><command>--disable-debug</command> : Disable debugging code.</para> 
     16<para><option>--disable-debug</option>: Disable debugging code.</para> 
    1717
    18 <para><command>make test</command> : Validate correct build of the package.</para> 
     18<para><command>make test</command>: Validate correct build of the package.</para> 
    1919
    2020</sect2>
  • server/other/openssh/openssh-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfigdir=/etc/ssh</command> : This prevents the
    5 configuration files from going to <filename>/usr/etc</filename>.</para>
     4<para><parameter>--sysconfigdir=/etc/ssh</parameter>: This prevents the
     5configuration files from going to <filename class="directory">/usr/etc</filename>.</para>
    66
    7 <para><command>--with-md5-passwords</command> : This is required
     7<para><parameter>--with-md5-passwords</parameter>: This is required
    88if you made the changes recommended by the shadowpasswd_plus lfs hint on
    99your <acronym>SSH</acronym> server when you installed the Shadow Password
     
    1111user passwords encrypted with md5. </para>
    1212
    13 <para><command>--libexecdir=/usr/sbin</command> :
     13<para><parameter>--libexecdir=/usr/sbin</parameter>:
    1414<application>Open<acronym>SSH</acronym></application> puts
    1515programs called by programs in <filename class="directory">/usr/libexec
  • server/other/samba/samba-config-exp.xml

    r0d2f891 r0482b012  
    1414
    1515<para><command>cat &gt; /etc/rc.d/init.d/samba &lt;&lt;
    16 "EOF"</command> : Create the <application>Samba</application> boot script,
     16"EOF"</command>: Create the <application>Samba</application> boot script,
    1717used to start and stop <application>Samba</application> automatically on
    1818machine startup and shutdown.</para>
     
    2424Machine trust accounts are not necessary for Win95/98 clients.</para>
    2525
    26 <para><command>echo "swat 901/tcp" &gt;&gt; /etc/services</command> : Register
     26<para><command>echo "swat 901/tcp" &gt;&gt; /etc/services</command>: Register
    2727the swat service to run on port 901.</para>
    2828
    2929<para><command>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat"
    30 &gt;&gt; /etc/inetd.conf</command> : Instruct <command>inetd</command> where to find and how to
     30&gt;&gt; /etc/inetd.conf</command>: Instruct <command>inetd</command> where to find and how to
    3131run swat.</para>
    3232
    3333<para><command>ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba
    34 </command> etc. : Create the <application>Samba</application> boot scripts,
     34</command> etc.: Create the <application>Samba</application> boot scripts,
    3535used to start and stop <application>Samba</application> automatically on
    3636machine startup and shutdown.</para>
  • server/other/samba/samba-exp.xml

    r0d2f891 r0482b012  
    77and <command>nmbd</command> daemons.</para>
    88
    9 <para><command>--prefix=/usr</command> : Sets the prefix for almost
    10 all the file paths to <filename>/usr</filename>.</para>
     9<para><parameter>--prefix=/usr</parameter>: Sets the prefix for almost
     10all the file paths to <filename class="directory">/usr</filename>.</para>
    1111
    12 <para><command>--sysconfdir=/etc</command> : Sets the configuration
    13 file directory to avoid the default of <filename>/usr/etc</filename>.</para>
     12<para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
     13file directory to avoid the default of <filename class="directory">/usr/etc</filename>.</para>
    1414
    15 <para><command>--localstatedir=/var</command> : Sets the variable
    16 data directory to avoid the default of <filename>/usr/var</filename>.</para>
     15<para><parameter>--localstatedir=/var</parameter>: Sets the variable
     16data directory to avoid the default of <filename class="directory">/usr/var</filename>.</para>
    1717
    18 <para><command>--with-fhs</command> : Assigns all other file paths in a manner
    19 compliant with the Filesystem Hierarchy Standard (FHS).</para>
     18<para><option>--with-fhs</option>: Assigns all other file paths in a manner
     19compliant with the Filesystem Hierarchy Standard (<acronym>FHS</acronym>).</para>
    2020
    21 <para><command>--with-smbmount</command> : Orders the creation of an extra
     21<para><option>--with-smbmount</option>: Orders the creation of an extra
    2222binary for use by the <command>mount</command> command so that mounting remote
    2323<acronym>SMB</acronym> (windows) shares becomes no more complex than mounting
    2424remote <acronym>NFS</acronym> shares.</para>
    2525
    26 <para><command>rm -rf /usr/private</command> : Removes a directory
     26<para><command>rm -rf /usr/private</command>: Removes a directory
    2727erroneously created by <filename>source/scripts/installbin.sh</filename> during the make install.</para>
    2828
  • server/other/xinetd/xinetd-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure --prefix=/usr</command> : Change
     4<para><command>./configure --prefix=/usr</command>: Change
    55the default installation directory of
    66<filename class="directory">/usr/local</filename>.</para>
  • x/wm/enlightenment/enlightenment-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--enable-fsstd</userinput> : This command installs
    5 files in <filename>/usr/bin</filename> and <filename> /usr/share</filename>
    6 instead of <filename>/usr/enlightenment/bin</filename> and <filename> usr/enlightenment</filename>.</para>
     4<para><option>--enable-fsstd</option>: This command installs
     5files in <filename class="directory">/usr/bin</filename> and <filename
     6class="directory">/usr/share</filename>
     7instead of <filename class="directory">/usr/enlightenment/bin</filename>
     8and <filename class="directory">usr/enlightenment</filename>.</para>
    79
    810</sect2>
  • x/wm/sawfish/sawfish-exp.xml

    r0d2f891 r0482b012  
    99sawfish</application> to use the Enlightened Sound Daemon.</para>
    1010
    11 <para><option>--with-gnome-prefix=/opt/gnome-&gnome-version;</option> : This
     11<para><option>--with-gnome-prefix=/opt/gnome-&gnome-version;</option>: This
    1212command directs <application>sawfish</application> to
    1313<application><acronym>GNOME</acronym></application>'s directory.</para>
Note: See TracChangeset for help on using the changeset viewer.