aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xprint/etc/profile.d/xprint.csh
blob: 7cc67584076aee4614e621735c1a8d7ff69d5dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# /etc/profile.d/xprint.csh
#
# Copyright (c) 2002-2004 by 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
  setenv XPSERVERLIST "`/bin/sh /etc/init.d/xprint get_xpserverlist`"
endif

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