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

Collapse All | Expand All

(-)freenx-0.7.0.orig/nxserver (-1 / +1 lines)
Lines 399-405 Link Here
399
# Main nxserver <-> nxclient communication module
399
# Main nxserver <-> nxclient communication module
400
#
400
#
401
401
402
if [ $USER = "nxfree" -o "$USER" = "nx" -o "$ENABLE_USERMODE_AUTHENTICATION" = "1" ]
402
if [ "$USER" = "nxfree" -o "$USER" = "nx" -o "$ENABLE_USERMODE_AUTHENTICATION" = "1" ]
403
then
403
then
404
404
405
setup_usermode_auth()
405
setup_usermode_auth()

Return to bug 198929