Author: pierre
Date: Sat Sep  7 01:00:38 2019
New Revision: 22105

Log:
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.

Modified:
   trunk/BOOK/server/mail/exim.xml

Modified: trunk/BOOK/server/mail/exim.xml
==============================================================================
--- trunk/BOOK/server/mail/exim.xml     Fri Sep  6 23:12:13 2019        (r22104)
+++ trunk/BOOK/server/mail/exim.xml     Sat Sep  7 01:00:38 2019        (r22105)
@@ -124,9 +124,8 @@
 <screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
     -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
     -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
-    -e '/SUPPORT_TLS/s,^#,,'                       \
+    -e '/SUPPORT_TLS=yes/s,^#,,'                   \
     -e '/USE_OPENSSL/s,^#,,'                       \
-    -e '515 d'                                     \
     -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
 
 printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to