]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/blobdiff - lfs/vsftpd
Start Core Update 113
[people/mlorenz/ipfire-2.x.git] / lfs / vsftpd
index f3e74a00e1ac37e0e8b1f0656e107dd7d106b71a..07dda3098580e52b1c0e3837a6c3e1fdc8f09bdb 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vsftpd
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       = ""
 
@@ -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
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,vsftpd)
+
        ln -sf ../init.d/vsftpd /etc/rc.d/rc3.d/S65vsftpd
        ln -sf ../init.d/vsftpd /etc/rc.d/rc0.d/K35vsftpd
        ln -sf ../init.d/vsftpd /etc/rc.d/rc6.d/K35vsftpd