ColorSpan Legacy System Control - User Guide

B-6 Unix and VAX Based Computers
10. Create the printer’s account file.
You only need to create an account file if your system uses
accounting. (Most smaller systems do not.) To create the
account file, type:
touch /usr/adm/lp_acct/lp0 [Return](creates account
file)
chown daemon /usr/adm/lp_acct/lp0
[Return]
(changes owner)
chgrp daemon /usr/adm/lp_acct/lp0
[Return]
(changes group)
chmod 755 /usr/adm/lp_acct/lp0
[Return](changes
rights)
11. Start the printer and its print queue.
For example:
lpc up DM1 [Return]
lpc up CLC1 [Return]
12. Test the printer.
a. Create a small print file such as:
%!
75 75 moveto
75 150 lineto
150 150 lineto
150 75 lineto
closepath
stroke
80 80 moveto
(Test) show
showpage
b. Save the file as “test.ps” and send it to either the
DisplayMaker or to a color copier:
lpr -PDM1 /files/test.ps
[Return]
lpr -PCLC1 /files/test.ps
[Return]