]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/pound
kernel-rpi: update rpi patches to 943b563.
[people/teissler/ipfire-2.x.git] / lfs / pound
index f2a7f5fecd821d2eff9a249ebeaa0170598a7976..9305f4595239d7c4fc5ea8121f38d3535517e7c9 100644 (file)
--- 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)