diff options
Diffstat (limited to 'xorg-server/hw/xprint/etc/profile.d/xprint.csh')
-rw-r--r-- | xorg-server/hw/xprint/etc/profile.d/xprint.csh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xorg-server/hw/xprint/etc/profile.d/xprint.csh b/xorg-server/hw/xprint/etc/profile.d/xprint.csh new file mode 100644 index 000000000..7cc675840 --- /dev/null +++ b/xorg-server/hw/xprint/etc/profile.d/xprint.csh @@ -0,0 +1,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. |