X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftftpd;h=e0cd93bdae08ddc73a3e28d6864081e6cceedf64;hb=d45d524725eb0c9578c71d4fa8353ef44407c780;hp=2ebf84a95a4ccd622825aab60705d97cee67e846;hpb=d49c399326aa247148c455f05cf29363d061359a;p=ipfire-2.x.git diff --git a/lfs/tftpd b/lfs/tftpd index 2ebf84a95a..e0cd93bdae 100644 --- a/lfs/tftpd +++ b/lfs/tftpd @@ -81,5 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd + #install initscripts + $(call INSTALL_INITSCRIPT,tftpd) @rm -rf $(DIR_APP) @$(POSTBUILD)