Bug 178771

Summary: remove /usr/X11R6/bin from default PATH as it no longer exists
Product: [Fedora] Fedora Reporter: Mark Sobell <mark>
Component: setupAssignee: Phil Knirsch <pknirsch>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 5CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-24 19:57:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark Sobell 2006-01-24 08:33:06 UTC
Description of problem:
/usr/X11R6/bin directory no longer exists yet it is included in the default bash
PATH

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. log in to a bash shell
2. echo $PATH
3.
  
Actual results:
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/mark/bin

Expected results:
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/home/mark/bin

Additional info:

remove the following line from /etc/profile to fix the problem:

pathmunge /usr/X11R6/bin after

Comment 1 Tim Waugh 2006-01-24 12:28:30 UTC
This comes from /etc/profile.

Comment 2 Phil Knirsch 2006-01-24 18:58:15 UTC
Will be fixed in next setup version.

Read ya, Phil

Comment 3 Phil Knirsch 2006-01-24 19:57:33 UTC

*** This bug has been marked as a duplicate of 173856 ***