summaryrefslogtreecommitdiff
path: root/startx.cpp
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-10-16 19:26:33 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-10-16 19:26:33 +0200
commit809a2659e31ee637eddefffa5af3738fcd60a79d (patch)
treebee667599de8e460e4d332d381545984c1b63368 /startx.cpp
parent438ed959d8bfb51df38dd6cc8ca4da6f6122f1cd (diff)
parente2430bcb8327682340d985f89ad5137efa2f0d4f (diff)
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'startx.cpp')
-rw-r--r--startx.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/startx.cpp b/startx.cpp
index 3ab9a26..1a913ae 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -96,7 +96,7 @@ if [ x`defaults read $X11_PREFS_DOMAIN cache_fonts` = x1 ] ; then
fi
if [ -x __libexecdir__/privileged_startx ] ; then
- # Don't push this into the background becasue it can cause
+ # Don't push this into the background because it can cause
# a race to create /tmp/.X11-unix
__libexecdir__/privileged_startx
fi
@@ -251,18 +251,7 @@ if [ x"$enable_xauth" = x1 ] ; then
removelist=
XCOMM set up default Xauth info for this machine
- case `uname` in
- Linux*)
- if [ -z "`hostname --version 2>&1 | grep GNU`" ]; then
- hostname=`hostname -f`
- else
- hostname=`hostname`
- fi
- ;;
- *)
- hostname=`hostname`
- ;;
- esac
+ hostname=`uname -n`
authdisplay=${display:-:0}
#if defined(HAS_COOKIE_MAKER) && defined(MK_COOKIE)