Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 32026b4eb7add560a6a72892cb1b0498 > files > 2

xhost-1.0.2-5mdv2008.1.x86_64.rpm

# Export Xauthority for users not for root.

if [ ! -z "$DISPLAY" -a -z "$SSH_TTY" ];then
    if [ "`id -u`" -gt 14 ];then
        if [ -z "$XAUTHORITY" ];then
            export XAUTHORITY="$HOME/.Xauthority"
        fi
    fi
fi