2 #####################################################################
3 ### File: 92xprint-xpserverlist
5 ### Default Location: /etc/X11/Xsession.d/
7 ### Purpose: Setup Xprint env vars
9 ### Description: This script is invoked by means of the Xsession file
12 ### Invoked by: /etc/X11/Xsession
14 ### (c) Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
16 ### please send bugfixes or comments to https://bugs.freedesktop.org
18 #####################################################################
22 # Obtain list of Xprint servers
25 if [ -x "/etc/init.d/xprint" ] ; then
26 XPSERVERLIST
="`/etc/init.d/xprint get_xpserverlist`"
30 ########################## eof #####################