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
This commit is contained in:
Pierre Labastie 2019-09-07 08:00:38 +00:00
parent 79b624234e
commit 222a7ae632

View File

@ -124,9 +124,8 @@ useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinpu
<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;