Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > b43585775c5946155a4cb03e4d9172f9 > files > 2

xorg-x11-Xprt-6.9.0-5.10.20060mdk.x86_64.rpm

#!/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@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       #####################