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

(-)nxloadconfig.orig (-2 / +2 lines)
Lines 182-188 Link Here
182
AGENT_EXTRA_OPTIONS_X=""
182
AGENT_EXTRA_OPTIONS_X=""
183
AGENT_STARTUP_TIMEOUT="60"
183
AGENT_STARTUP_TIMEOUT="60"
184
AGENT_FONT_SERVER=""
184
AGENT_FONT_SERVER=""
185
PROXY_TCP_NODELAY=""
185
PROXY_TCP_NODELAY="1"
186
PROXY_EXTRA_OPTIONS=""
186
PROXY_EXTRA_OPTIONS=""
187
187
188
############################################################################
188
############################################################################
Lines 496-502 Link Here
496
	[ -z $(echo "$ENABLE_ROOTLESS_MODE" | egrep "^[0|1]$") ] && \
496
	[ -z $(echo "$ENABLE_ROOTLESS_MODE" | egrep "^[0|1]$") ] && \
497
		ERROR="yes" && echo "Error: Invalid value \"ENABLE_ROOTLESS_MODE=$ENABLE_ROOTLESS_MODE\""
497
		ERROR="yes" && echo "Error: Invalid value \"ENABLE_ROOTLESS_MODE=$ENABLE_ROOTLESS_MODE\""
498
498
499
	[ -z "$(strings $PATH_BIN/nxagent | grep 'NXAGENT - Version 1.5.0')"] && \
499
	[ -z "$(strings $PATH_BIN/nxagent | grep 'NXAGENT - Version 1.5.0')" ] && \
500
		ERROR="yes" && echo "Error: Could not find 1.5.0 version string in nxagent. NX 1.5.0 backend is needed for this version of FreeNX."
500
		ERROR="yes" && echo "Error: Could not find 1.5.0 version string in nxagent. NX 1.5.0 backend is needed for this version of FreeNX."
501
		
501
		
502
	[ -z $(echo "$ENABLE_USESSION" | egrep "^[0|1]$") ] && \
502
	[ -z $(echo "$ENABLE_USESSION" | egrep "^[0|1]$") ] && \

Return to bug 136234