summaryrefslogtreecommitdiff
path: root/x11-apps/xinit/files/00-xhost
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 21:38:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 21:38:08 +0000
commitb1d2a7708bd5c6f9626a5f88f8f42cc772feec7e (patch)
treec5430abfc6092a8274b13c3bdddfdee599b62f0c /x11-apps/xinit/files/00-xhost
parent99e31eb0862b39d83282317c8ebf86e0d96e06cd (diff)
x11-apps/xinit : use ::gentoo ebuild from now on
Diffstat (limited to 'x11-apps/xinit/files/00-xhost')
-rw-r--r--x11-apps/xinit/files/00-xhost7
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-apps/xinit/files/00-xhost b/x11-apps/xinit/files/00-xhost
deleted file mode 100644
index 82cf1038..00000000
--- a/x11-apps/xinit/files/00-xhost
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Allow all local connections from the current UID
-# This fixes issues with hostname changes (usually by dhcp clients)
-# see bug 287498 for more info
-
-[ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
- xhost +si:localuser:`id -un` > /dev/null 2>&1