#
if ( -f /etc/init.d/xprint ) then
setenv XPSERVERLIST "`/bin/sh /etc/init.d/xprint get_xpserverlist`"
setenv XPSERVERLIST "`/bin/sh -c 'source /etc/init.d/xprint ; get_xpserverlist'`"
endif
# /etc/profile.d/xprint.csh ends here.
if [ -f "/etc/init.d/xprint" ] ; then
XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`"
XPSERVERLIST="`source /etc/init.d/xprint ; get_xpserverlist`"
export XPSERVERLIST
fi