Changeset 2f62a072
- Timestamp:
- 02/21/2014 10:34:59 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- d6d4ea1
- Parents:
- a1c8808
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/netlibs/ldns.xml
ra1c8808 r2f62a072 37 37 </para> 38 38 39 &lfs7 4_checked;39 &lfs75_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> -
server/databases/mariadb.xml
ra1c8808 r2f62a072 36 36 </para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 138 138 -DINSTALL_MYSQLSHAREDIR=share/mysql \ 139 139 -DINSTALL_MYSQLTESTDIR=share/mysql/test \ 140 -DINSTALL_PLUGINDIR=lib/mysql \140 -DINSTALL_PLUGINDIR=lib/mysql/plugin \ 141 141 -DINSTALL_SBINDIR=sbin \ 142 142 -DINSTALL_SCRIPTDIR=bin \ 143 -DINSTALL_SQLBENCHDIR=share/mysql \143 -DINSTALL_SQLBENCHDIR=share/mysql/bench \ 144 144 -DINSTALL_SUPPORTFILESDIR=share/mysql \ 145 145 -DMYSQL_DATADIR=/srv/mysql \ 146 146 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \ 147 147 -DWITH_EXTRA_CHARSETS=complex \ 148 -DWITH_LIBEVENT=system \149 148 -DTOKUDB_OK=0 \ 150 149 .. && … … 176 175 </para> 177 176 177 <!-- Manually-specified variables were not used by the project: WITH_LIBEVENT 178 178 <para> 179 179 <parameter>-DWITH_LIBEVENT=system</parameter>: This switch is used to 180 180 tell the build system to use installed <application>libevent</application>. 181 181 Remove it if you didn't install <application>libevent</application>. 182 </para> 182 </para> --> 183 183 184 184 <para> … … 322 322 </para> 323 323 324 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d / var/run/mysqld &&324 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /run/mysqld && 325 325 mysqld_safe --user=mysql 2>&1 >/dev/null &</userinput></screen> 326 326 -
server/databases/mysql.xml
ra1c8808 r2f62a072 36 36 </para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 380 380 </para> 381 381 382 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d / var/run/mysqld &&382 <screen role="root"><userinput>install -v -m755 -o mysql -g mysql -d /run/mysqld && 383 383 mysqld_safe --user=mysql 2>&1 >/dev/null &</userinput></screen> 384 384 -
server/mail/dovecot.xml
ra1c8808 r2f62a072 39 39 </para> 40 40 41 &lfs7 4_checked;41 &lfs75_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 119 119 --sysconfdir=/etc \ 120 120 --localstatedir=/var \ 121 --libexecdir=/usr/lib \122 --with-moduledir=/usr/lib/dovecot/modules \123 121 --docdir=/usr/share/doc/dovecot-&dovecot-version; \ 124 122 --disable-static && … … 140 138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 141 139 href="../../xincludes/static-libraries.xml"/> 142 143 <para>144 <parameter>--with-moduledir=/usr/lib/dovecot/modules</parameter>: Use this145 directory instead of <filename class="directory">/usr/lib/dovecot</filename>146 for the modules so that the installed <filename>auth</filename> program in147 the specified libexecdir does not prevent the creation of an148 <filename class="directory">auth/</filename> directory for a module.149 </para>150 140 151 141 <para> … … 283 273 /etc/dovecot, 284 274 /usr/include/dovecot, 285 /usr/lib/dovecot, and 275 /usr/lib/dovecot, 276 /usr/libexec/dovecot, and 286 277 /usr/share/doc/dovecot-&dovecot-version; 287 278 </seg> -
server/mail/exim.xml
ra1c8808 r2f62a072 34 34 under the GNU Public License.</para> 35 35 36 &lfs7 4_built;36 &lfs75_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> -
server/mail/sendmail.xml
ra1c8808 r2f62a072 114 114 define(`confSBINGRP',`root') 115 115 define(`confUBINGRP',`root') 116 define(`confUBINOWN',`root')</literal> 116 define(`confUBINOWN',`root') 117 define(`confMANROOT', `/usr/share/man/man')</literal> 117 118 EOF 118 119 -
server/major/apache.xml
ra1c8808 r2f62a072 37 37 </para> 38 38 39 &lfs7 4_checked;39 &lfs75_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> -
server/major/bind.xml
ra1c8808 r2f62a072 36 36 to the <xref linkend="bind-utils"/>.</para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
server/major/proftpd.xml
ra1c8808 r2f62a072 34 34 file archives over a network.</para> 35 35 36 &lfs7 4_checked;36 &lfs75_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 62 62 <bridgehead renderas="sect4">Optional</bridgehead> 63 63 <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 65 71 <xref linkend="check"/> and 66 72 <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink> … … 131 137 </note> 132 138 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> 140 147 141 148 </sect2> … … 248 255 ftptop, ftpshut, ftpcount, ftpwho, and proftpd</seg> 249 256 <seg>None</seg> 250 <seg>/ var/run/proftpd</seg>257 <seg>/usr/lib/proftpd</seg> 251 258 </seglistitem> 252 259 </segmentedlist> -
server/major/vsftpd.xml
ra1c8808 r2f62a072 34 34 over a network.</para> 35 35 36 &lfs7 4_checked;36 &lfs75_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 62 62 <bridgehead renderas="sect4">Optional</bridgehead> 63 63 <para role="optional"> 64 <xref linkend="li nux-pam"/>,65 <xref linkend=" openssl"/>, and66 <xref linkend=" libcap"/>64 <xref linkend="libcap"/>, 65 <xref linkend="linux-pam"/>, and 66 <xref linkend="openssl"/> 67 67 </para> 68 68 -
server/other/openldap.xml
ra1c8808 r2f62a072 35 35 </para> 36 36 37 &lfs7 4_checked;37 &lfs75_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 85 85 </para> 86 86 </listitem> 87 < listitem>87 <!-- <listitem> 88 88 <para> 89 89 Optional patch: 90 90 <ulink url="&patch-root;/openldap-&openldap-version;-ntlm-1.patch"/> 91 91 </para> 92 </listitem> 92 </listitem> --> 93 93 </itemizedlist> 94 94 … … 124 124 <title>Installation of OpenLDAP</title> 125 125 126 < important>126 <!-- <important> 127 127 <para> 128 128 Without the following patch, the <application>Evolution</application> … … 134 134 135 135 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen> 136 </important> 136 </important> --> 137 137 138 138 <note> … … 410 410 <note> 411 411 <para> 412 The init script starts the daemon without any parameters.413 412 You'll need to modify the 414 413 <filename>/etc/sysconfig/slapd</filename> to include the
Note:
See TracChangeset
for help on using the changeset viewer.