mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vsftpd: move initscript to src/initscripts/packages and use new macro
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user