Changeset 222a7ae6 for server


Ignore:
Timestamp:
09/07/2019 08:00:38 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
57394c4
Parents:
79b62423
Message:

Slightly change the sed in exim, so that only one instance of SUPPORT_TLS
is affected, which avoids the need for deleting the other instance.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    r79b62423 r222a7ae6  
    125125    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    126126    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
    127     -e '/SUPPORT_TLS/s,^#,,'                       \
     127    -e '/SUPPORT_TLS=yes/s,^#,,'                   \
    128128    -e '/USE_OPENSSL/s,^#,,'                       \
    129     -e '515 d'                                     \
    130129    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
    131130
Note: See TracChangeset for help on using the changeset viewer.