User guide
Manual Installation Procedure
5-32 ❖ XNIC-ENET/TRING Configuration Guide
Print Queue
Option 3:
Setting up
RPRINT on
System V Hosts
Follow this procedure to configure your System V host so that it
can initiate a print job:
Note
A C compiler is required to perform this procedure, or you
may use one of the pre-compiled binary sets on the UNIX
Installation Utility diskette (if applicable).
1
Using the compiler, tar the Xerox utility rprint.c from the
UNIX Installation Utility diskette to your host system and
change to the subdirectory where it is loaded (for example,
/usr/xrx).
2
Edit the file environ.h for the appropriate system type.
The following are typical system parameters for a generic
System V system:
#define SOCK 1 (0 if sockets are not supported)
#define SYSV 1 (1 because System V UNIX)
#define LING 1
#define ROBUST 1
#define PRINTCAP “/usr/xrx/printcap”
3
Compile and link rprint.c as follows:
(your compiler commands may differ)
cc rprint.c -o rprint
Etr-ch05 Page 32 Thursday, October 24, 1996 7:31 PM