Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/ape/X11/cmd/X/hw/xprint/etc/Xsession.d/92xprint-xpserverlist

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/sh 
#####################################################################
###  File:              92xprint-xpserverlist
###
###  Default Location:  /etc/X11/Xsession.d/
###
###  Purpose:           Setup Xprint env vars
###                     
###  Description:       This script is invoked by means of the Xsession file
###                     at user login. 
###
###  Invoked by:        /etc/X11/Xsession
###
###  (c) Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
###
###  please send bugfixes or comments to https://bugs.freedesktop.org
###
#####################################################################


#
# Obtain list of Xprint servers
#

if [ -x "/etc/init.d/xprint" ] ; then
  XPSERVERLIST="`/etc/init.d/xprint get_xpserverlist`"
  export XPSERVERLIST
fi

##########################         eof       #####################

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.