net-p2p/deluge: unquote ${DELUGED_OPTS} in openrc init file
authorPaolo Pedroni <paolo.pedroni@iol.it>
Fri, 12 Feb 2016 10:23:25 +0000 (11:23 +0100)
committerKristian Fiskerstrand <k_f@gentoo.org>
Tue, 16 Feb 2016 17:51:09 +0000 (18:51 +0100)
Fixes bug #437350. Thanks to Alex Belykh <albel727@ngs.ru>

net-p2p/deluge/files/deluged.init

index 24f0a123eddfc039a0145bf8d7c10fe16204abc8..49138e01a9d4774e3622ed88348ee11a09802287 100644 (file)
@@ -42,7 +42,7 @@ start() {
        start-stop-daemon --start --user "${DELUGED_USER%:*}" \
        --name deluged --pidfile /var/run/deluged.pid --background --make-pidfile \
        ${DELUGED_UMASK:+--umask ${DELUGED_UMASK}} \
-       --exec /usr/bin/deluged -e HOME="${DELUGED_USER_HOME}" -- --do-not-daemonize "${DELUGED_OPTS}"
+       --exec /usr/bin/deluged -e HOME="${DELUGED_USER_HOME}" -- --do-not-daemonize ${DELUGED_OPTS}
        eend $?