Changeset 9905a3c


Ignore:
Timestamp:
02/01/2003 01:04:55 AM (21 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
97c2592
Parents:
d75b734
Message:

Added openldap and fixed numereous typos

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

Files:
1 added
18 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/tcpwrappers/tcpwrappers-config.xml

    rd75b734 r9905a3c  
    2222</userinput></screen></para>
    2323<note><para>The finger server is used as an example here.</para></note>
    24 <para>Similar changes must be made if xinted is used, with the
     24<para>Similar changes must be made if xinetd is used, with the
    2525emphasis being on calling /usr/sbin/tcpd instead of calling the
    2626service daemon directly, and passing the name of the service daemon to
  • general/prog/gcc/gcc-exp.xml

    rd75b734 r9905a3c  
    1818are removing Ada, use the separate installation instructions below.</para>
    1919
    20 <para><userinput>-- enable shared --enable-threads=posix
     20<para><userinput>--enable-shared --enable-threads=posix
    2121--enable-__cxa_atexit</userinput> : These commands are required to build
    2222the C++ libraries to published standards.</para>
  • general/prog/jdk/j2sdk-desc.xml

    rd75b734 r9905a3c  
    3434
    3535<sect3><title>jarsigner</title>
    36 <para>jarsigner signs JAR (Java ARchive) files and verifys the
     36<para>jarsigner signs JAR (Java ARchive) files and verifies the
    3737signatures and integrity of a signed JAR.</para></sect3>
    3838
     
    4747
    4848<sect3><title>javadoc</title>
    49 <para>javadoc parses the declarations anddocumentation comments in a set
     49<para>javadoc parses the declarations and documentation comments in a set
    5050of Java source files and produces a corresponding set of HTML pages
    5151describing the classes, interfaces, constructors, methods, and fields.</para></sect3>
  • general/prog/librep/librep-desc.xml

    rd75b734 r9905a3c  
    1313
    1414<sect3><title>librep libraries</title>
    15 <para>librep libraries contains the functions necessary for the Lisp
     15<para>librep libraries contain the functions necessary for the Lisp
    1616interpreter.</para></sect3>
    1717
  • general/prog/python/python-intro.xml

    rd75b734 r9905a3c  
    88Estimated Disk space required:  &Python-buildsize;</screen>
    99
    10 <para>The Python package contains the python development enviroment.
     10<para>The Python package contains the python development environment.
    1111This is useful for object-oriented programming, writing scripts,
    1212prototyping large programs or developing them entirely.</para>
  • general/sysutils/pkgconfig/pkgconfig-desc.xml

    rd75b734 r9905a3c  
    99
    1010<sect3><title>pkg-config</title>
    11 <para>pkg-config is a function that returns metainformation for the
     11<para>pkg-config is a function that returns meta information for the
    1212specified library.</para></sect3>
    1313
  • gnome/add/docs/gnome2-user-docs-desc.xml

    rd75b734 r9905a3c  
    99
    1010<sect3><title>OMF files</title>
    11 <para>OMF files contain user docmumentation.  These include introductions and help on the core packages.</para></sect3>
     11<para>OMF files contain user documentation.  These include introductions and
     12help on the core packages.</para></sect3>
    1213
    1314</sect2>
  • gnome/add/utils/gnome-utils-desc.xml

    rd75b734 r9905a3c  
    1919
    2020<sect3><title>gnome-character-map</title>
    21 <para>gnome-character-map allows you to select chatacters from a table
     21<para>gnome-character-map allows you to select characters from a table
    2222and insert them into your applications.</para></sect3>
    2323
  • gnome/add/utils/gnome-utils-intro.xml

    rd75b734 r9905a3c  
    99
    1010<para>The gnome-utils package contains a collection of small
    11 applications designed to make you life a little easier.</para>
     11applications designed to make your life a little easier.</para>
    1212
    1313<screen>gnome-utils depends on:
  • index.xml

    rd75b734 r9905a3c  
    44
    55<!ENTITY version "20030131">
    6 <!ENTITY releasedate "January 31th, 2003">
     6<!ENTITY releasedate "January 31st, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rd75b734 r9905a3c  
    1111<itemizedlist>
    1212
    13 <listitem><para>January 31th, 2003 [tushar]: Add gcc2-2.95.3 libs.
     13<listitem><para>January 31st, 2003 [bdubbs]: Add Openldap.
     14</para></listitem>
     15
     16<listitem><para>January 31th, 2003 [bdubbs]: Fix various types.
    1417</para></listitem>
    1518
  • kde/inst/kde-libs.xml

    rd75b734 r9905a3c  
    88Estimated build time:        62 min (667 MHz)</screen></para>
    99
    10 <para>kdelibs can use many optional libraries and programs.  The following are
    11 recommended:
    12 <screen><xref linkend="openssl"/>, <xref linkend="alsa"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
    13 <xref linkend="libxslt"/>, and cups.</screen></para>
    1410
    15 <para>Other programs and libraries that can be used by kdelibs are:
    16 <screen><xref linkend="libfam"/> and <xref linkend="libtiff"/></screen></para>
     11<warning><para>The KDE instructions are being revised.  The instructions should
     12work as described in the following sections, but not all KDE packages
     13have been validated.</para></warning>
     14
     15
     16
     17<para>The following package is required to install kdelibs:
     18<screen><xref linkend="arts"/></screen></para>
     19
     20<para>kdelibs can use many libraries and programs.  The following are recommended:
     21<screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
     22<xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/>.</screen></para>
     23
     24<para>Other optional programs and libraries that can be used by kdelibs are:
     25<screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/>.</screen></para>
    1726
    1827<para>Install kdelibs with:
  • kde/kde.ent

    rd75b734 r9905a3c  
    4343<!ENTITY kdm SYSTEM "inst/kdm.xml">
    4444
    45 <!ENTITY kde-version "3.0.5a">
     45<!ENTITY kde-version "3.1">
    4646<!ENTITY kde-download "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src">
    4747<!ENTITY kde-dir "/opt/kde-&kde-version;">
  • multimedia/libdriv/arts.xml

    rd75b734 r9905a3c  
    1414<screen><xref linkend="qt"/></screen></para>
    1515
    16 <para>It will use the following optional packages, if installed:
     16<para>It will use the following recommended packages, if installed:
    1717<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para>
     18
     19<para>Before starting the build, ensure you have the QTDIR environment variable set
     20<screen><userinput>export QTDIR=/opt/qt</userinput></screen></para>
     21
    1822
    1923<para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     
    2125make &amp;&amp;
    2226make install &amp;&amp;
    23 ln -sf &kde-dir; /opt/kde</userinput></screen></para>
     27ln -sfn &kde-dir; /opt/kde</userinput></screen></para>
    2428
    2529<note><para>Another configure option is <userinput>--enable-final</userinput>.
     
    3842
    3943<para><userinput>--disable-dependency-tracking:</userinput> This option speeds
    40 up one time builds.
    41 </para>
     44up one time builds.</para>
    4245
    43 <para><userinput>ln -s &kde-dir; /opt/kde:</userinput> This command creates
     46<para><userinput>ln -sfn &kde-dir; /opt/kde:</userinput> This command creates
    4447a link for access to KDE.  If a newer version of KDE is released, the new
    4548system can be built by changing the <userinput>--prefix</userinput> location
    46 and then set up by just changing the link.
     49and then set up by changing the link as this command does.
    4750</para>
    4851
  • server/other/other.xml

    rd75b734 r9905a3c  
    33<title>Other Server Software</title>
    44
     5&bind;
     6&cvsserver;
     7&dhcp;
     8&leafnode;
    59&openssh;
    6 &cvsserver;
    7 &bind;
    8 &dhcp;
     10&openldap;
     11&samba;
    912&xinetd;
    10 &leafnode;
    11 &samba;
    1213
    1314</chapter>
  • server/other/samba/samba-config-exp.xml

    rd75b734 r9905a3c  
    11<sect2>
    22<title>Configuration command explanations</title>
    3 <para><userinput>
    4 cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF" :</userinput>
     3<para><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF" :</userinput>
    54Create a default Samba configuration file.  This configuration will
    65allow Samba to act as a Primary Domain Controller for a Microsoft
     
    1312
    1413
    15 <para><userinput>
    16 cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF" :</userinput>
     14<para><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF" :</userinput>
    1715Create the Samba boot script, used to start and stop Samba
    1816automatically on machine startup and shutdown.</para>
    1917
    20 <para><screen><userinput>
    21 /usr/sbin/useradd -g 100 -d /dev/null -c \
    22     "Win2k Server" -s /bin/false win2kbox$ :
    23 </userinput></screen>
     18<para><screen><userinput>/usr/sbin/useradd -g 100 -d /dev/null -c \
     19    "Win2k Server" -s /bin/false win2kbox$ :</userinput></screen>
    2420This command creates a machine trust account, necessary only for
    2521Windows 2000/NT servers to authenticate to our new PDC.  Machine trust
     
    3026Register the swat service to run on port 901.</para>
    3127
    32 <para><userinput>
    33 echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
     28<para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
    3429/etc/inetd.conf :</userinput> Instruct inetd where to find and how to
    3530run swat.</para>
    3631
    3732<para>
    38 <userinput>
    39 ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>
     33<userinput>ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>
    4034Create the Samba boot scripts, used to start and stop Samba
    4135automatically on machine startup and shutdown.</para>
  • server/other/samba/samba-config.xml

    rd75b734 r9905a3c  
    99documentation by pointing a web browser to:</para>
    1010
    11 <para><screen><userinput>
    12 file:///usr/share/samba/swat/using_samba/ch03_01.html#ch03-55770
    13 .</userinput></screen></para>
     11<para><screen><userinput>file:///usr/share/samba/swat/using_samba/ch03_01.html#ch03-55770.</userinput></screen></para>
    1412
    1513<sect3><title>Config files</title>
    16 <para><userinput>
    17 /etc/samba/smb.conf, /etc/rc.d/init.d/samba </userinput></para>
     14<para><userinput>/etc/samba/smb.conf, /etc/rc.d/init.d/samba </userinput></para>
    1815
    1916<para>First we set up some directories needed by Samba:</para>
    20 <para><screen><userinput>
    21 mkdir /var/lib/samba &amp;&amp;
     17<para><screen><userinput>mkdir /var/lib/samba &amp;&amp;
    2218mkdir /var/lib/samba/netlogon &amp;&amp;
    2319mkdir /var/lib/samba/ntprofile &amp;&amp;
    2420mkdir /var/lib/samba/profiles &amp;&amp;
    25 chmod -R 1777 /var/lib/samba
    26 </userinput></screen></para>
     21chmod -R 1777 /var/lib/samba</userinput></screen></para>
    2722
    2823<para>And the Samba configuration file: </para>
    29 <para><screen><userinput>
    30 cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"
     24<para><screen><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"
    3125[global]
    3226    netbios name = SAMBABOX
     
    6559        read only = no
    6660        public = no
    67 EOF
    68 </userinput></screen></para>
     61EOF </userinput></screen></para>
    6962
    7063<para>Now add the machine trust account for WIN2KBOX:</para>
     
    7770
    7871<para>Create the Samba boot script:</para>
    79 <para><screen><userinput>
    80 cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"
     72<para><screen><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"
    8173#!/bin/bash
    8274# Begin $rc_base/init.d/samba
     
    141133first in order to join WIN2KBOX to the DOMAIN01 domain: </para>
    142134
    143 <para><screen><userinput>
    144 smbpasswd -a root
    145 </userinput></screen></para>
     135<para><screen><userinput>smbpasswd -a root</userinput></screen></para>
    146136
    147137<para>After starting Samba and adding root to the Samba user list, the
     
    1631539.  Click OK in the reboot reminder dialog box.
    16415410. Click OK to close the System Properties window.
    165 11. Click Yes to reboot WIN2KBOX.
    166 </userinput></screen></para></sect3>
     15511. Click Yes to reboot WIN2KBOX.  </userinput></screen></para></sect3>
    167156
    168157<sect3><title>Add a new user to the DOMAIN01 domain.</title>
    169158<para>Before logging on to WIN2KBOX, we will create a new user with
    170159    the following commands:</para>
    171 <para><screen><userinput>
    172 useradd -m win2kuser01 &amp;&amp;
     160<para><screen><userinput>useradd -m win2kuser01 &amp;&amp;
    173161passwd win2kuser01 &amp;&amp;
    174 smbpasswd -a win2kuser01
    175 </userinput></screen></para></sect3>
     162smbpasswd -a win2kuser01</userinput></screen></para></sect3>
    176163
    177164<sect3><title>Logging on to DOMAIN01.</title>
    178165<para>Now we will log on the the domain as our newly created user as
    179166    follows:</para>
    180 <para><screen><userinput>
    181 1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box.
     167<para><screen><userinput>1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box.
    1821682. Enter the win2kuser01 name and password.
    183 3. Select DOMAIN01 from the Log on to: combination box and click OK.
    184 </userinput></screen></para>
     1693. Select DOMAIN01 from the Log on to: combination box and click OK.</userinput></screen></para>
    185170
    186171<para>Add the swat entry to <filename>/etc/services</filename>with the
    187172following command: </para>
    188173
    189 <para><screen><userinput>
    190 echo "swat            901/tcp" &gt;&gt; /etc/services
    191 </userinput></screen></para>
     174<para><screen><userinput>echo "swat            901/tcp" &gt;&gt; /etc/services</userinput></screen></para>
    192175
    193176<para>If inetd is used, the following command will add the swat entry
    194177to <filename>/etc/inetd.conf</filename>: </para>
    195 <para><screen><userinput>
    196 echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" \
    197     &gt;&gt; /etc/inetd.conf
    198 </userinput></screen></para>
     178<para><screen><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" \
     179    &gt;&gt; /etc/inetd.conf</userinput></screen></para>
    199180
    200181<para>If xinetd is used, the following command will add the swat entry
    201182to <filename>/etc/xinetd.conf</filename>: </para>
    202 <para><screen><userinput>
    203 cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
     183<para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
    204184service swat
    205185{
     
    212192    log_on_failure  += USERID
    213193}
    214 EOF
    215 </userinput></screen></para>
     194EOF</userinput></screen></para>
    216195
    217196<para>The Samba Web Administration Tool, swat, can be launched with the
    218197following command on SAMBABOX: </para>
    219 <para><screen><userinput>
    220 lynx http://localhost:901
    221 </userinput></screen></para>
     198<para><screen><userinput>lynx http://localhost:901 </userinput></screen></para>
    222199<note><para>Be sure inetd is running, and issue a killall -HUP inetd
    223200before starting swat.</para></note>
  • server/server.ent

    rd75b734 r9905a3c  
    33<!-- Mail server software -->
    44<!ENTITY server-mail SYSTEM "mail/mail.xml">
    5 <!ENTITY % postfix SYSTEM "mail/postfix/postfix.ent">
    6 <!ENTITY % qmail SYSTEM "mail/qmail/qmail.ent">
    7 <!ENTITY % sendmail SYSTEM "mail/sendmail/sendmail.ent">
    8 <!ENTITY % exim SYSTEM "mail/exim/exim.ent">
    9 <!ENTITY % qpopper SYSTEM "mail/qpopper/qpopper.ent">
    10 <!ENTITY % courier SYSTEM "mail/courier/courier.ent">
     5<!ENTITY % postfix   SYSTEM "mail/postfix/postfix.ent">
     6<!ENTITY % qmail     SYSTEM "mail/qmail/qmail.ent">
     7<!ENTITY % sendmail  SYSTEM "mail/sendmail/sendmail.ent">
     8<!ENTITY % exim      SYSTEM "mail/exim/exim.ent">
     9<!ENTITY % qpopper   SYSTEM "mail/qpopper/qpopper.ent">
     10<!ENTITY % courier   SYSTEM "mail/courier/courier.ent">
     11%exim;
    1112%postfix;
    1213%qmail;
     14%qpopper;
    1315%sendmail;
    14 %exim;
    15 %qpopper;
    1616%courier;
    1717
    1818<!-- Other server software -->
    1919<!ENTITY server-other SYSTEM "other/other.xml">
    20 <!ENTITY % cvsserver SYSTEM "other/cvsserver/cvsserver.ent">
    21 <!ENTITY % openssh SYSTEM "other/openssh/openssh.ent">
    22 <!ENTITY % bind SYSTEM "other/bind/bind.ent">
    23 <!ENTITY % dhcp SYSTEM "other/dhcp/dhcp.ent">
    24 <!ENTITY % xinetd SYSTEM "other/xinetd/xinetd.ent">
    25 <!ENTITY % leafnode SYSTEM "other/leafnode/leafnode.ent">
    26 <!ENTITY % samba SYSTEM "other/samba/samba.ent">
     20<!ENTITY % cvsserver  SYSTEM "other/cvsserver/cvsserver.ent">
     21<!ENTITY % openssh    SYSTEM "other/openssh/openssh.ent">
     22<!ENTITY % bind       SYSTEM "other/bind/bind.ent">
     23<!ENTITY % dhcp       SYSTEM "other/dhcp/dhcp.ent">
     24<!ENTITY % xinetd     SYSTEM "other/xinetd/xinetd.ent">
     25<!ENTITY % leafnode   SYSTEM "other/leafnode/leafnode.ent">
     26<!ENTITY % samba      SYSTEM "other/samba/samba.ent">
     27<!ENTITY % openldap   SYSTEM "other/openldap/openldap.ent">
    2728
     29%bind;
     30%cvsserver;
     31%dhcp;
     32%leafnode;
     33%openldap;
    2834%openssh;
    29 %cvsserver;
    30 %bind;
    31 %dhcp;
     35%samba;
    3236%xinetd;
    33 %leafnode;
    34 %samba;
Note: See TracChangeset for help on using the changeset viewer.