summaryrefslogtreecommitdiffstats
path: root/profile.d/xhost.csh
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-12-12 21:26:11 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-12-12 21:26:11 +0000
commit6846fa47b435e3cde05024e5d621b308baf71841 (patch)
treecbd39b203169de8e394f4ee93e6be99c686a7763 /profile.d/xhost.csh
parent443e6d1e48118067fa6ae535272839ef183863a0 (diff)
downloadsetup-6846fa47b435e3cde05024e5d621b308baf71841.tar
setup-6846fa47b435e3cde05024e5d621b308baf71841.tar.gz
setup-6846fa47b435e3cde05024e5d621b308baf71841.tar.bz2
setup-6846fa47b435e3cde05024e5d621b308baf71841.tar.xz
setup-6846fa47b435e3cde05024e5d621b308baf71841.zip
drop xhost profile scriptlets, they belong to xhost2.7.10
Diffstat (limited to 'profile.d/xhost.csh')
-rwxr-xr-xprofile.d/xhost.csh11
1 files changed, 0 insertions, 11 deletions
diff --git a/profile.d/xhost.csh b/profile.d/xhost.csh
deleted file mode 100755
index 948e617..0000000
--- a/profile.d/xhost.csh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Export Xauthority for users not for root.
-
-if ($?DISPLAY) then
- if (! $?SSH_TTY) then
- if ( `id -u` >= 14 ) then
- if (! $?XAUTHORITY) then
- setenv XAUTHORITY $HOME/.Xauthority
- endif
- endif
- endif
-endif