From: Jonatan Schlag Date: Wed, 22 Feb 2017 18:48:38 +0000 (+0100) Subject: tor: move initscripts to src/initscripts/packages and use new macro X-Git-Tag: v2.19-core110^2~30^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7db55a67798656f851689863d8401839c8f385a2;p=ipfire-2.x.git tor: move initscripts to src/initscripts/packages and use new macro Signed-off-by: Jonatan Schlag --- diff --git a/lfs/tor b/lfs/tor index be812e021f..4da2c7c733 100644 --- a/lfs/tor +++ b/lfs/tor @@ -107,6 +107,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 644 $(DIR_SRC)/config/tor/defaults-torrc \ /usr/share/tor/defaults-torrc + #install initscripts + $(call INSTALL_INITSCRIPT,tor) + # Install start links and backup include file. ln -sf ../init.d/tor /etc/rc.d/rc3.d/S60tor ln -sf ../init.d/tor /etc/rc.d/rc0.d/K40tor diff --git a/src/initscripts/init.d/tor b/src/initscripts/packages/tor similarity index 100% rename from src/initscripts/init.d/tor rename to src/initscripts/packages/tor