[xorg-commit-diffs] xc/programs/Xserver/Xprint/etc/Xsession.d Imakefile, NONE, 1.1.4.1 cde_xsessiond_xprint.sh, NONE, 1.1.4.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:40 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/Xprint/etc/Xsession.d
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/Xprint/etc/Xsession.d

Added Files:
      Tag: XORG-CURRENT
	Imakefile cde_xsessiond_xprint.sh 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT

--- NEW FILE: Imakefile ---
XCOMM $Xorg: Imakefile,v 1.1 2003/01/25 14:42:52 gisburn Exp $

all::

XCOMM Install glue for Xprint on Solaris/CDE1.x and CDE on AIX
#if (defined(SunArchitecture) && (OSMajorVersion > 4)) || defined(IBMArchitecture)
InstallNamedProg(cde_xsessiond_xprint.sh,0018.xprint,/usr/dt/config/Xsession.d)
#endif

XCOMM Install xdm startup glue for Xprint on Linux. Note that not all Linux
XCOMM platforms have /etc/X11/Xsession.d/ and/or /etc/X11/xinit/xinitrc.d
XCOMM (see http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=182)
#if defined(LinuxArchitecture)
InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist,/etc/X11/Xsession.d)
InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist,/etc/X11/xinit/xinitrc.d)
#endif


--- NEW FILE: cde_xsessiond_xprint.sh ---
#!/bin/sh 
#####################################################################
###  File:              0018.xprint
###
###  Default Location:  /usr/dt/config/Xsession.d/
###
###  Purpose:           Setup Xprint env vars
###                     
###  Description:       This script is invoked by means of the Xsession file
###                     at user login. 
###
###  Invoked by:        /usr/dt/bin/Xsession
###
###  (c) Copyright 2003-2004 Roland Mainz <roland.mainz at nrubsig.org>
###
###  please send bugfixes or comments to http://xprint.mozdev.org/
###
#####################################################################


#
# Obtain list of Xprint servers
#

if [ -f "/etc/init.d/xprint" ] ; then
  XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`"
  export XPSERVERLIST
fi

##########################         eof       #####################




More information about the xorg-commit-diffs mailing list