xserver-multidpi/hw/xprint/etc/profile.d/xprint.csh
Adam Jackson 71fbda8049 Xprint/ -> hw/xprint
XpConfig -> hw/xprint/config
2006-06-18 21:07:28 -04:00

17 lines
354 B
Tcsh

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