X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpound;h=9305f4595239d7c4fc5ea8121f38d3535517e7c9;hb=6f49e32b74ba5312385238e6b59bbe2f52ea2e5a;hp=f2a7f5fecd821d2eff9a249ebeaa0170598a7976;hpb=a4826680bc8a58f169327d97da60005dbdc47e0d;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/pound b/lfs/pound index f2a7f5fec..9305f4595 100644 --- a/lfs/pound +++ b/lfs/pound @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pound -PAK_VER = 4 +PAK_VER = 5 DEPS = "" @@ -84,5 +84,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \ /var/ipfire/backup/addons/includes/pound + ln -sf ../init.d/pound /etc/rc.d/rc3.d/S60pound + ln -sf ../init.d/pound /etc/rc.d/rc0.d/K40pound + ln -sf ../init.d/pound /etc/rc.d/rc6.d/K40pound + + # Remove temporary file. + rm -vf /root/.rnd + @rm -rf $(DIR_APP) @$(POSTBUILD)