From 6846fa47b435e3cde05024e5d621b308baf71841 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Wed, 12 Dec 2007 21:26:11 +0000 Subject: drop xhost profile scriptlets, they belong to xhost --- profile.d/xhost.csh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 profile.d/xhost.csh (limited to 'profile.d/xhost.csh') 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 -- cgit v1.2.1