From: Jan Paul Tuecking Date: Mon, 19 Oct 2009 19:20:20 +0000 (+0200) Subject: Added autostart to vsftpd X-Git-Tag: v2.9-beta1~677 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c0338c9b78f737ea090309d1073cfbaded1eb25;p=ipfire-2.x.git Added autostart to vsftpd Fixes bug #0000478 --- diff --git a/lfs/vsftpd b/lfs/vsftpd index 43c3f84d3f..e4c0c47513 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -87,6 +87,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && install -v -m 644 vsftpd.conf.5 /usr/share/man/man5 cd $(DIR_APP) && install -v -m 644 $(DIR_SRC)/config/vsftpd/vsftpd.conf /etc cd $(DIR_APP) && install -v -m 644 $(DIR_SRC)/config/vsftpd/vsftpd.user_list /etc + ln -s ../init.d/vsftpd /etc/rc.d/rc3.d/S65vsftpd + ln -s ../init.d/vsftpd /etc/rc.d/rc0.d/K35vsftpd + ln -s ../init.d/vsftpd /etc/rc.d/rc6.d/K35vsftpd + /usr/local/bin/addonctrl vsftpd disable install -v -m 644 $(DIR_SRC)/config/backup/includes/vsftpd \ /var/ipfire/backup/addons/includes/vsftpd @rm -rf $(DIR_APP)