CVS Update: xc (branch: trunk)

Marc Aurele La France <[email protected]> Wed, 3 Jan 2007 19:33:44 -0800 (PST)
Newsgroups gmane.comp.xfree86.cvs
Message-ID <[email protected]>
CVSROOT:	/home/x-cvs
Module name:	xc
Changes by:	[email protected].	07/01/03 19:33:44

Log message:
   106. PAM-related changes:
        - Add OpenPAM support on FreeBSD and NetBSD (Christos Zoulas).
        - Fix xinit for PAM-aware X servers (Christos Zoulas).
        - Add a PAM interface for Solaris (Marc La France).
        - PAM-aware binaries won't run on systems without PAM, so relegate the
          building of PAM-aware binaries to host.def.  This avoids, for example,
          having different binary distributions for Red Hat & Slackware
          (Marc La France).

Modified files:
      xc/config/cf/:
        FreeBSD.cf Imake.tmpl NetBSD.cf linux.cf sun.cf 
      xc/programs/Xserver/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/os/:
        Imakefile utils.c 
      xc/programs/xdm/:
        Imakefile 
      xc/programs/xdm/greeter/:
        Imakefile 
      xc/programs/xinit/:
        Imakefile xinit.c 
  
  Revision      Changes    Path
  3.161         +4 -1      xc/config/cf/FreeBSD.cf
  3.178         +28 -6     xc/config/cf/Imake.tmpl
  3.134         +10 -1     xc/config/cf/NetBSD.cf
  3.245         +21 -3     xc/config/cf/linux.cf
  3.84          +5 -13     xc/config/cf/sun.cf
  3.327         +8 -9      xc/programs/Xserver/Imakefile
  3.3835        +10 -2     xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.48          +3 -6      xc/programs/Xserver/os/Imakefile
  3.113         +141 -3    xc/programs/Xserver/os/utils.c
  3.74          +5 -9      xc/programs/xdm/Imakefile
  1.12          +2 -6      xc/programs/xdm/greeter/Imakefile
  3.21          +2 -2      xc/programs/xinit/Imakefile
  3.36          +6 -2      xc/programs/xinit/xinit.c