[xorg-commit-diffs] xc/programs/Xserver/Xprint/etc/profile.d Imakefile, NONE, 1.1.4.1 xprint.csh, NONE, 1.1.4.1 xprint.sh, NONE, 1.1.4.1

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


Committed by: gisburn

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

Added Files:
      Tag: XORG-CURRENT
	Imakefile xprint.csh 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 2002/10/31 14:42:52 gisburn Exp $

all::

InstallNamedProg(xprint.csh,xprint.csh,/etc/profile.d)
InstallNamedProg(xprint.sh,xprint.sh,/etc/profile.d)

--- NEW FILE: xprint.csh ---
#
# /etc/profile.d/xprint.csh
#
# Copyright (c) 2002-2004 by 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
  setenv XPSERVERLIST "`/bin/sh /etc/init.d/xprint get_xpserverlist`"
endif

# /etc/profile.d/xprint.csh ends here.

--- NEW FILE: xprint.sh ---
#
# /etc/profile.d/xprint.sh
#
# Copyright (c) 2002-2004 by 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

# /etc/profile.d/xprint.sh ends here.




More information about the xorg-commit-diffs mailing list