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

Collapse All | Expand All

(-)tigervnc (-1 / +2 lines)
Lines 53-59 Link Here
53
			echo $usrshell $shell
53
			echo $usrshell $shell
54
		fi
54
		fi
55
55
56
		su ${shell} ${user%%:*} -c "source /etc/profile && cd ~${user%%:*} && vncserver :${user##*:} $vnc_opts" &>/dev/null
56
		user_opts=VNC_OPTS_${user%%:*}
57
		su ${shell} ${user%%:*} -c "source /etc/profile && cd ~${user%%:*} && vncserver :${user##*:} $vnc_opts ${!user_opts}" &>/dev/null
57
	done
58
	done
58
	eend $?
59
	eend $?
59
}
60
}

Return to bug 552048