From 11c405f979417b3240cc3804c8a87aab24d9eb53 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Thu, 5 Jun 2014 09:22:33 +0000 Subject: [PATCH] net-p2p/deluge: correct executable name while nobody seeing --- net-p2p/deluge/files/deluge_web.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/deluge/files/deluge_web.in b/net-p2p/deluge/files/deluge_web.in index 64d3e6895330..5a448cec2a74 100644 --- a/net-p2p/deluge/files/deluge_web.in +++ b/net-p2p/deluge/files/deluge_web.in @@ -33,7 +33,7 @@ name="deluge_web" rcvar=${name}_enable -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/deluge-web command_interpreter=%%PYTHON_CMD%% start_precmd=${name}_prestart