Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349867 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-p2p/transmission/transmission-2.33.ebuild (-4 / +4 lines)
Lines 133-147 Link Here
133
133
134
	# Keep default permissions on default dirs
134
	# Keep default permissions on default dirs
135
	einfo "Seting owners of /var/{transmission/{,config,downloads},log/transmission}"
135
	einfo "Seting owners of /var/{transmission/{,config,downloads},log/transmission}"
136
	chown -R transmission:transmission /var/{transmission/{,config,downloads},log/transmission}
136
	. "${EROOT}"/etc/conf.d/transmission-daemon
137
	runas_user=${runas_user:-transmission}
138
	chown -R "${runas_user}":transmission /var/{transmission/{,config,downloads},log/transmission}
137
139
138
	ewarn "If you use transmission-daemon, please, set 'rpc-username' and"
140
	ewarn "If you use transmission-daemon, please, set 'rpc-username' and"
139
	ewarn "'rpc-password' (in plain text, transmission-daemon will hash it on"
141
	ewarn "'rpc-password' (in plain text, transmission-daemon will hash it on"
140
	ewarn "start) in settings.json file located at /var/transmission/config or"
142
	ewarn "start) in settings.json file located at /var/transmission/config or"
141
	ewarn "any other appropriate config directory."
143
	ewarn "any other appropriate config directory."
142
	ewarn
144
143
	ewarn "You must change download location after you change a user daemon"
144
	ewarn "starts as, or it'll refuse to start, see bug #349867 for details."
145
	if use utp; then
145
	if use utp; then
146
		ewarn
146
		ewarn
147
		ewarn "Since uTP is enabled ${PN} needs large kernel buffers for the UDP socket."
147
		ewarn "Since uTP is enabled ${PN} needs large kernel buffers for the UDP socket."

Return to bug 349867