X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdnsdist;h=85a841fa5696143d34930ea9a299259665ff1a0d;hb=eee037b8902c3163850069f302479e7733966bd0;hp=a5d9fea9ff94f88cbb4a7ccf9896ea8c7d4a1ee4;hpb=17d270d5c95c63b9029b3a0e87820b7d59e7da36;p=ipfire-2.x.git diff --git a/lfs/dnsdist b/lfs/dnsdist index a5d9fea9ff..85a841fa56 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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)