Configuring and Managing MPE/iX Internet Services (August 2002)
Chapter 7
Samba for MPE/iX Services
Samba for MPE/iX Configuration File Options
87
print command The print command parameter defines the shell command which Samba
for MPE/iX will use to submit a print job. After Samba for MPE/iX has
finished spooling a print job to the disk, it calls this command. After
processing the file, this command must remove the spoolfile, unless you
don’t mind spool files building up on your system.
This parameter can use the following print-specific macros:
%s The full path of the print spool file.
%p The name of the printer to which the job is to be
submitted.
Example: print command = /usr/local/samba/lib/rawlp %s %p; rm %s
On MPE/iX, the rawlp utility is available on the system and is used to
send the file contents to a spooler like “lp -oraw”.