package/tor: do not install systemd service file
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 6 Apr 2021 15:42:35 +0000 (17:42 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 7 Apr 2021 19:27:05 +0000 (21:27 +0200)
Upstream removed the sample service file for use with systemd:
https://gitweb.torproject.org/tor.git/commit/contrib?h=maint-0.4.5&id=915af1a65bc217fa33490876199bb69f760bea23

Fixes:
http://autobuild.buildroot.net/results/b80/b807f19283528b9f0d0c46250b660ea84695679c/
http://autobuild.buildroot.net/results/de4/de4f1a99b1c524b81579ee804156e26d3f8babe7/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/tor/tor.mk

index 56779f1633ad10013ab33eb6d6c551b649093e14..6eed5e4a47aa27751366a556af473a0b4db9fc6c 100644 (file)
@@ -73,9 +73,4 @@ endef
 
 TOR_POST_INSTALL_TARGET_HOOKS += TOR_INSTALL_CONF
 
-define TOR_INSTALL_INIT_SYSTEMD
-       $(INSTALL) -D -m 644 $(@D)/contrib/dist/tor.service \
-               $(TARGET_DIR)/usr/lib/systemd/system/tor.service
-endef
-
 $(eval $(autotools-package))