From: Jonatan Schlag Date: Wed, 22 Feb 2017 16:37:23 +0000 (+0100) Subject: clamav: move initscripts to src/initscripts/packages and use new macro X-Git-Tag: v2.19-core110^2~30^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afb143bd7cd9cdf1c68e33f3f7e2f9cad1900c22;p=people%2Fstevee%2Fipfire-2.x.git clamav: move initscripts to src/initscripts/packages and use new macro Signed-off-by: Jonatan Schlag --- diff --git a/lfs/clamav b/lfs/clamav index 2cd5e493b9..650faecbeb 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -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 diff --git a/src/initscripts/init.d/clamav b/src/initscripts/packages/clamav similarity index 100% rename from src/initscripts/init.d/clamav rename to src/initscripts/packages/clamav