Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574260
Collapse All | Expand All

(-)/etc/init.d/boinc.orig (-2 / +2 lines)
Lines 81-87 Link Here
81
	password=$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")
81
	password=$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")
82
82
83
	ebegin "${SVCNAME}: Attaching to project"
83
	ebegin "${SVCNAME}: Attaching to project"
84
	su -m ${USER} -c "boinccmd --passwd \"${password}\" --project_attach ${url} ${key}"
84
	su -m ${USER} -s /bin/sh -c "boinccmd --passwd \"${password}\" --project_attach ${url} ${key}"
85
	eend $?
85
	eend $?
86
86
87
	unset password url key
87
	unset password url key
Lines 96-102 Link Here
96
	password=$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")
96
	password=$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")
97
97
98
	ebegin "Stopping ${SVCNAME}"
98
	ebegin "Stopping ${SVCNAME}"
99
	su -m ${USER} -c "boinccmd --passwd \"${password}\" --quit"
99
	su -m ${USER} -s /bin/sh -c "boinccmd --passwd \"${password}\" --quit"
100
	eend $?
100
	eend $?
101
101
102
	unset password
102
	unset password

Return to bug 574260