[Lunar-commits] CVS: moonbase/ftp/vsftpd BUILD,1.6,1.7
Auke Kok
sofar at lunar-linux.org
Sun Sep 19 20:58:46 UTC 2004
Update of /var/cvs/lunar/moonbase/ftp/vsftpd
In directory espresso.lunar-linux.org:/tmp/cvs-serv9381
Modified Files:
BUILD
Log Message:
to make it complete: also give hints in the default config when people do not choose init.d. =^D
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/vsftpd/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 19 Sep 2004 20:55:17 -0000 1.6
+++ BUILD 19 Sep 2004 20:58:44 -0000 1.7
@@ -33,6 +33,8 @@
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
+ else
+ echo -e "\n\n# standalone mode requires these settings:\n# listen=YES\n# background=YES\n\n" >> /etc/vsftpd.conf
fi
fi
More information about the Lunar-commits
mailing list