Changeset f6e227f
- Timestamp:
- 11/12/2013 07:58:54 PM (10 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:
- 6f349873
- Parents:
- a47826c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra47826c rf6e227f 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[ken] - dovecot: add --with-moduledir to prevent install 51 breaking because the specified libexecdir moved the auth program 52 to the same directory where install will try to create an auth 53 directory.</para> 54 </listitem> 55 <listitem> 50 56 <para>[fernando] - Update to glib-networking-2.38.2. Fixes 51 57 <ulink url="&blfs-ticket-root;4307">#4307</ulink>.</para> -
server/mail/dovecot.xml
ra47826c rf6e227f 120 120 --localstatedir=/var \ 121 121 --libexecdir=/usr/lib \ 122 --with-moduledir=/usr/lib/dovecot/modules \ 122 123 --docdir=/usr/share/doc/dovecot-&dovecot-version; \ 123 124 --disable-static && … … 139 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 141 href="../../xincludes/static-libraries.xml"/> 142 143 <para> 144 <command>--with-moduledir=/usr/lib/dovecot/modules</command>: 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> 141 150 142 151 <para>
Note:
See TracChangeset
for help on using the changeset viewer.