[Lunar-commits] CVS: moonbase/ftp/vsftpd BUILD,1.5,1.6
Auke Kok
sofar at lunar-linux.org
Sun Sep 19 20:55:19 UTC 2004
Update of /var/cvs/lunar/moonbase/ftp/vsftpd
In directory espresso.lunar-linux.org:/tmp/cvs-serv8899
Modified Files:
BUILD
Log Message:
Added proper init.d script, also added patch to create a default vsftpd.conf that works OOTB when installing vsftpd with the proper config. =^)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/vsftpd/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 6 Jul 2004 09:21:51 -0000 1.5
+++ BUILD 19 Sep 2004 20:55:17 -0000 1.6
@@ -31,7 +31,9 @@
sedit "s:#local_enable=YES:local_enable=YES:" vsftpd.conf
sedit "s:#write_enable=YES:write_enable=YES:" vsftpd.conf
cp vsftpd.conf /etc
+ if get_module_config INITDSCRIPTS | grep -qw vsftpd ; then
+ echo -e "\n\n# standalone mode requires these settings:\nlisten=YES\nbackground=YES\n\n" >> /etc/vsftpd.conf
+ fi
fi
) > $C_FIFO 2>&1
-
More information about the Lunar-commits
mailing list