]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/tftpd
ipsec-interfaces: Apply static routes (again) after creating IPsec interfaces
[people/pmueller/ipfire-2.x.git] / lfs / tftpd
index 2ebf84a95a4ccd622825aab60705d97cee67e846..80062d2cc317dbe1171923a9de9fb84c1c1dd60c 100644 (file)
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -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)