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

Collapse All | Expand All

(-)freenx-0.7.0.orig/nxsetup (+7 lines)
Lines 242-247 Link Here
242
		echo "done"
242
		echo "done"
243
	fi
243
	fi
244
	
244
	
245
	if [ "$ENABLE_USESSION" = "1" ]
246
	then
247
		echo -n "Adding user \"nx\" to group \"utmp\" ..."
248
		usermod -G utmp nx
249
		echo "done"
250
	fi
251
	
245
	if [ "$ENABLE_NOMACHINE_FORWARD_PORT" = "1" -a -x "$NOMACHINE_SERVER" ]
252
	if [ "$ENABLE_NOMACHINE_FORWARD_PORT" = "1" -a -x "$NOMACHINE_SERVER" ]
246
	then
253
	then
247
		echo -n "Setting up NoMachine forwarding ..."
254
		echo -n "Setting up NoMachine forwarding ..."

Return to bug 198934