Changeset 2f62a072


Ignore:
Timestamp:
02/21/2014 10:34:59 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6d4ea1
Parents:
a1c8808
Message:

Some tags anfixes, thanks to Armin K.

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/ldns.xml

    ra1c8808 r2f62a072  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/mariadb.xml

    ra1c8808 r2f62a072  
    3636    </para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    138138      -DINSTALL_MYSQLSHAREDIR=share/mysql \
    139139      -DINSTALL_MYSQLTESTDIR=share/mysql/test \
    140       -DINSTALL_PLUGINDIR=lib/mysql \
     140      -DINSTALL_PLUGINDIR=lib/mysql/plugin \
    141141      -DINSTALL_SBINDIR=sbin \
    142142      -DINSTALL_SCRIPTDIR=bin \
    143       -DINSTALL_SQLBENCHDIR=share/mysql \
     143      -DINSTALL_SQLBENCHDIR=share/mysql/bench \
    144144      -DINSTALL_SUPPORTFILESDIR=share/mysql \
    145145      -DMYSQL_DATADIR=/srv/mysql \
    146146      -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
    147147      -DWITH_EXTRA_CHARSETS=complex \
    148       -DWITH_LIBEVENT=system \
    149148      -DTOKUDB_OK=0 \
    150149      .. &amp;&amp;
     
    176175    </para>
    177176
     177    <!-- Manually-specified variables were not used by the project: WITH_LIBEVENT
    178178    <para>
    179179      <parameter>-DWITH_LIBEVENT=system</parameter>: This switch is used to
    180180      tell the build system to use installed <application>libevent</application>.
    181181      Remove it if you didn't install <application>libevent</application>.
    182     </para>
     182    </para> -->
    183183
    184184    <para>
     
    322322      </para>
    323323
    324 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /var/run/mysqld &amp;&amp;
     324<screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /run/mysqld &amp;&amp;
    325325mysqld_safe --user=mysql 2&gt;&amp;1 &gt;/dev/null &amp;</userinput></screen>
    326326
  • server/databases/mysql.xml

    ra1c8808 r2f62a072  
    3636    </para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    380380      </para>
    381381
    382 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /var/run/mysqld &amp;&amp;
     382<screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /run/mysqld &amp;&amp;
    383383mysqld_safe --user=mysql 2&gt;&amp;1 &gt;/dev/null &amp;</userinput></screen>
    384384
  • server/mail/dovecot.xml

    ra1c8808 r2f62a072  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    119119            --sysconfdir=/etc \
    120120            --localstatedir=/var \
    121             --libexecdir=/usr/lib \
    122             --with-moduledir=/usr/lib/dovecot/modules \
    123121            --docdir=/usr/share/doc/dovecot-&dovecot-version; \
    124122            --disable-static &amp;&amp;
     
    140138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    141139      href="../../xincludes/static-libraries.xml"/>
    142 
    143     <para>
    144       <parameter>--with-moduledir=/usr/lib/dovecot/modules</parameter>: Use this
    145       directory instead of <filename class="directory">/usr/lib/dovecot</filename>
    146       for the modules so that the installed <filename>auth</filename> program in
    147       the specified libexecdir does not prevent the creation of an
    148       <filename class="directory">auth/</filename> directory for a module.
    149     </para>
    150140
    151141    <para>
     
    283273          /etc/dovecot,
    284274          /usr/include/dovecot,
    285           /usr/lib/dovecot, and
     275          /usr/lib/dovecot,
     276          /usr/libexec/dovecot, and
    286277          /usr/share/doc/dovecot-&dovecot-version;
    287278        </seg>
  • server/mail/exim.xml

    ra1c8808 r2f62a072  
    3434    under the GNU Public License.</para>
    3535
    36     &lfs74_built;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/mail/sendmail.xml

    ra1c8808 r2f62a072  
    114114define(`confSBINGRP',`root')
    115115define(`confUBINGRP',`root')
    116 define(`confUBINOWN',`root')</literal>
     116define(`confUBINOWN',`root')
     117define(`confMANROOT', `/usr/share/man/man')</literal>
    117118EOF
    118119
  • server/major/apache.xml

    ra1c8808 r2f62a072  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/bind.xml

    ra1c8808 r2f62a072  
    3636    to the <xref linkend="bind-utils"/>.</para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/proftpd.xml

    ra1c8808 r2f62a072  
    3434    file archives over a network.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">
    64       <xref linkend="linux-pam"/> and to run tests
     64      <xref linkend="acl"/>,
     65      <xref linkend="libcap"/>,
     66      <xref linkend="linux-pam"/>,
     67      <xref linkend="mariadb"/> or <xref linkend="mysql"/>,
     68      <xref linkend="openssl"/>,
     69      <xref linkend="pcre"/>,
     70      <xref linkend="postgresql"/> and to run tests
    6571      <xref linkend="check"/> and
    6672      <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink>
     
    131137    </note>
    132138
    133     <para><parameter>--sysconfdir=/etc</parameter>: This prevents the
    134     configuration files from going to
    135     <filename class="directory">/usr/etc</filename>.</para>
    136 
    137     <para><parameter>--localstatedir=/var/run</parameter>:
    138     This uses <filename class="directory">/var/run</filename> instead of
    139     <filename class="directory">/usr/var</filename> for lock files.</para>
     139    <note>
     140      <para>
     141        Support for most of the dependency packages requires using options
     142        passed to the <command>configure</command> script. View the output
     143        from <command>./configure --help</command> for complete information
     144        about enabling dependency packages.
     145      </para>
     146    </note>
    140147
    141148  </sect2>
     
    248255             ftptop, ftpshut, ftpcount, ftpwho, and proftpd</seg>
    249256        <seg>None</seg>
    250         <seg>/var/run/proftpd</seg>
     257        <seg>/usr/lib/proftpd</seg>
    251258      </seglistitem>
    252259    </segmentedlist>
  • server/major/vsftpd.xml

    ra1c8808 r2f62a072  
    3434    over a network.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">
    64       <xref linkend="linux-pam"/>,
    65       <xref linkend="openssl"/>, and
    66       <xref linkend="libcap"/>
     64      <xref linkend="libcap"/>,
     65      <xref linkend="linux-pam"/>, and
     66      <xref linkend="openssl"/>
    6767    </para>
    6868
  • server/other/openldap.xml

    ra1c8808 r2f62a072  
    3535    </para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585        </para>
    8686      </listitem>
    87       <listitem>
     87      <!-- <listitem>
    8888        <para>
    8989          Optional patch:
    9090          <ulink url="&patch-root;/openldap-&openldap-version;-ntlm-1.patch"/>
    9191        </para>
    92       </listitem>
     92      </listitem> -->
    9393    </itemizedlist>
    9494
     
    124124    <title>Installation of OpenLDAP</title>
    125125
    126     <important>
     126    <!-- <important>
    127127      <para>
    128128        Without the following patch, the <application>Evolution</application>
     
    134134
    135135<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen>
    136     </important>
     136    </important> -->
    137137
    138138    <note>
     
    410410      <note>
    411411        <para>
    412           The init script starts the daemon without any parameters.
    413412          You'll need to modify the
    414413          <filename>/etc/sysconfig/slapd</filename> to include the
Note: See TracChangeset for help on using the changeset viewer.