]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dnsdist
update Tor to 0.3.5.8
[people/pmueller/ipfire-2.x.git] / lfs / dnsdist
index a5d9fea9ff94f88cbb4a7ccf9896ea8c7d4a1ee4..85a841fa5696143d34930ea9a299259665ff1a0d 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  IPFire Team  <info@ipfire.org>                          #
+# 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,6 +81,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,dnsdist)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)