xserver-multidpi/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh
2004-04-23 19:54:30 +00:00

31 lines
864 B
Bash

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