1MKCOVER(8C) MKCOVER(8C)
2
3
4
6 mkcover - HylaFAX continuation cover page generation command
7
9 /var/spool/hylafax/bin/mkcover qfile template result
10
12 bin/mkcover is the command invoked by the facsimile server when a con‐
13 tinuation cover page is required for an outbound job that is about to
14 be retried. It generates a single POSTSCRIPT® page that is imaged
15 according to the remote capabilities and transmitted as the cover page.
16 The arguments are:
17
18 qfile the job description file for the outbound job.
19
20 template the cover page template file, as used by the faxcover(1) pro‐
21 gram.
22
23 result the filename where the resultant POSTSCRIPT document should
24 be written.
25
26 The default mkcover command is a shell script that uses awk(1) to parse
27 the job description file and generate the cover page document. The
28 template file may be optionally compressed with compress(1), pack(1),
29 or gzip(1); the filename suffix is used to decide whether or not the
30 template file contains compressed data.
31
33 faxq(8C), hylafax-config(5F), sendq(5F)
34
35
36
37 June 20, 1994 MKCOVER(8C)