Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        xinitrc: The default startup script for the X Window System.
        
        
            | Name: | xinitrc | 
            Vendor: | Scientific Linux | 
        
        
            | Version: | 4.0.14 | 
            License: | GPLv2, MIT/X11 | 
        
        
            | Release: | 1 | 
            URL: |  | 
        
        
        
        - Summary
 
        - The xinitrc package contains the xinitrc file, a script which is used
to configure your X Window System session or to start a window
manager.
 
        
        
        Changelog
        
            - * Wed Oct 20 19:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 4.0.14-1
 
            - Fix permissions on Xaccess file (#101065)
- Modified the way ssh-agent is invoked, which greatly simplified the
  xinitrc script, and removed the now unneeded SSH_AGENT variable (#134494)
 
        
            - * Wed Oct  6 19:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 4.0.13-1
 
            - Fix xinitrc script, by making it source xinitrc-common via absolute path
  instead of via relative path.  Same fix as was done for Xsession in build
  4.0.11-1 for bug (#134785)
 
        
            - * Wed Oct  6 19:00:00 2004 Mike A. Harris <mharris{%}redhat{*}com> 4.0.12-1
 
            - Fix bug in ssh-agent support in Xsession which surfaced once common code
  was factored out into the xinitrc-common script.  Preston Brown's initial
  implementation of ssh-agent support used "SSHAGENT" in Xsession, but used
  "SSH_AGENT" in xinitrc.  The new common code uses "SSH_AGENT", however the
  Xsession script had some places remaining which still used "SSHAGENT",
  causing ssh-agent to fail to start.