]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
clamav: move initscripts to src/initscripts/packages and use new macro
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 22 Feb 2017 16:37:23 +0000 (17:37 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 22 Feb 2017 16:37:23 +0000 (17:37 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
lfs/clamav
src/initscripts/packages/clamav [moved from src/initscripts/init.d/clamav with 100% similarity]

index 2cd5e493b9e86eda29b01f4be3d3dc459023fa1e..650faecbebcf7c21983f17523feeb656e93f32f7 100644 (file)
@@ -95,7 +95,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        rm -rfv /usr/share/clamav/*.cvd
        mkdir -p /var/run/clamav
        chown clamav:clamav /var/run/clamav
-
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,clamav)
        # Disable PaX mprotect for clamd, clamscan and freshclam
        paxctl -cm /usr/sbin/clamd
        paxctl -cm /usr/bin/clamscan