Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274800 - net-p2p/transmission: typo in /etc/init.d/transmission-daemon
Summary: net-p2p/transmission: typo in /etc/init.d/transmission-daemon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-20 12:29 UTC by Pavel Labushev
Modified: 2009-06-20 12:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Labushev 2009-06-20 12:29:58 UTC
Here's a self-descriptive fix:

diff -u transmission-daemon.orig transmission-daemon
--- transmission-daemon.orig	2009-06-20 20:26:43.000000000 +0800
+++ transmission-daemon	2009-06-20 19:20:31.000000000 +0800
@@ -86,7 +86,7 @@
 
 rpc_bind_address_opt=""
 if [ -n "${rpc_bind_address}" ]; then
-	rpc_bind_address_opt="--rpc_bind-address ${rpc_bind_address}"
+	rpc_bind_address_opt="--rpc-bind-address ${rpc_bind_address}"
 fi
 
 # Note: works only on systems with sys-apps/openrc
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-06-20 12:55:42 UTC
fixed, thanks