Xerox 360 Mode D'Emploi

Page de 61
PhaserShare Networking Manual
27
TCP/IP Host Configuration (UNIX)
5.
Edit /etc/printcap and add an entry for your printer.  Refer to the following example and 
the table Descriptions of printcap parameters on page 28 to create your entry.     
6.
Set up spool directories.  After you have edited the /etc/hosts and /etc/printcap files, create 
and set permissions for the spool directory you specified.    
Sample printcap file
# Printer:  Tektronix Phaser850
# Print queue name: colorprinter
# Remote machine name:  Phaser850
# Remote printer queue name:  PS
# Spool directory:  /usr/spool/lpd/colorprinter
  colorprinter:\
   :lp=:\
   :rm=Phaser850:\
   :rp=PS:\
   :mx#0:\
   :lf=/usr/spool/lpd/ERRORLOG:\
   :sd=/usr/spool/lpd/colorprinter:
#
Example
cd /usr/spool/lpd
mkdir colorprinter
chown daemon colorprinter
chgrp daemon colorprinter
chmod 770 colorprinter
Refer to your UNIX documentation for the correct command syntax for your 
workstation.