projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d41d1
)
net-p2p/deluge: unquote ${DELUGED_OPTS} in openrc init file
author
Paolo Pedroni
<paolo.pedroni@iol.it>
Fri, 12 Feb 2016 10:23:25 +0000
(11:23 +0100)
committer
Kristian 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
patch
|
blob
|
history
diff --git
a/net-p2p/deluge/files/deluged.init
b/net-p2p/deluge/files/deluged.init
index 24f0a123eddfc039a0145bf8d7c10fe16204abc8..49138e01a9d4774e3622ed88348ee11a09802287 100644
(file)
--- a/
net-p2p/deluge/files/deluged.init
+++ b/
net-p2p/deluge/files/deluged.init
@@
-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 $?