mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
79b624234e
commit
222a7ae632
@ -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 &&
|
||||
|
||||
printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &&
|
||||
|
Loading…
Reference in New Issue
Block a user