Fix installation of vsftpd package.

This commit is contained in:
Michael Tremer
2009-10-20 11:21:59 +02:00
parent 17ecea7c05
commit 14023c5c73
2 changed files with 3 additions and 1 deletions

View File

@@ -90,7 +90,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
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)

View File

@@ -25,3 +25,6 @@
extract_files
restore_backup ${NAME}
start_service --background ${NAME}
# Disable vsftpd by default due to lack of configuration file
/usr/local/bin/addonctrl vsftpd disable