[xorg-commit-diffs] xc/programs/Xserver/Xprint/etc/profile.d
Imakefile, NONE, 1.1.2.1 xprint.csh, NONE, 1.1.2.1 xprint.sh,
NONE, 1.1.2.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Mon Apr 12 20:16:52 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/Xprint/etc/profile.d
In directory pdx:/tmp/cvs-serv9732/xc/programs/Xserver/Xprint/etc/profile.d
Added Files:
Tag: XPRINT
Imakefile xprint.csh xprint.sh
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=462 - RFE: Merge xprint.mozdev.org Xprint enhancements into Xorg XPRINT branch
--- 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