mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
Fix installation of vsftpd package.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user