Author: jhuntwork
Date: 2005-06-20 16:52:40 -0600 (Mon, 20 Jun 2005)
New Revision: 253
Modified:
trunk/packages/slrn/Makefile
Log:
Adjusted slrn to now use msmtp as the MTA
Modified: trunk/packages/slrn/Makefile
===================================================================
--- trunk/packages/slrn/Makefile 2005-06-20 02:22:15 UTC (rev 252)
+++ trunk/packages/slrn/Makefile 2005-06-20 22:52:40 UTC (rev 253)
@@ -20,7 +20,8 @@
@echo ""
@if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
@if [ ! -f /usr/bin/slrn ] ; then unpack $(FILE) && cd $(DIR) && \
- ./configure --prefix=/usr --sysconfdir=/etc --with-slrnpull
--enable-spool --with-ssl && \
+ ./configure --prefix=/usr --sysconfdir=/etc --with-slrnpull \
+ --with-mta=/usr/bin/msmtp --enable-spool --with-ssl && \
make -j3 && make install && \
cp $(ROOT)/root/.slrnrc /root/ ; fi
@make clean
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page