Sfoglia il codice sorgente

package/tor: do not install systemd service file

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>
Bernd Kuhls 4 anni fa
parent
commit
acd317d907
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      package/tor/tor.mk

+ 0 - 5
package/tor/tor.mk

@@ -73,9 +73,4 @@ endef
 
 
 TOR_POST_INSTALL_TARGET_HOOKS += TOR_INSTALL_CONF
 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))
 $(eval $(autotools-package))