Revision 9090,
902 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9089,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | |
---|
2 | # Copyright 1985,1987 (C) Adobe Systems Incorporated. All rights reserved. |
---|
3 | # GOVERNMENT END USERS: See notice of rights in Notice file in release directory. |
---|
4 | # PostScript is a registered trademark of Adobe Systems Incorporated |
---|
5 | # TranScript is a registered trademark of Adobe Systems Incorporated |
---|
6 | # RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/printer.sysv,v 1.1.1.1 1996-10-07 20:25:23 ghudson Exp $ |
---|
7 | |
---|
8 | # this is a shell script that gets "sourced" when installing |
---|
9 | # PostScript printers for use with TranScript software |
---|
10 | |
---|
11 | # user and group id of the line printer spooler and associated directories. |
---|
12 | # On System V, these "lp" and "bin" respectively. |
---|
13 | SPOOLUSER=lp |
---|
14 | SPOOLGROUP=bin |
---|
15 | |
---|
16 | # SPOOLDIR is the top-level spooling directory |
---|
17 | # On System V, the files SPOOLDIR/transcript/PRINTER* will be used for |
---|
18 | # printer-specific things. |
---|
19 | SPOOLDIR=/usr/spool/lp |
---|
20 | |
---|
21 | export SPOOLUSER SPOOLGROUP SPOOLDIR |
---|
Note: See
TracBrowser
for help on using the repository browser.