Changeset 0482b012 for server/other


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:
server/other
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.