diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-26 19:38:03 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-26 19:38:03 +0000 |
commit | 70cd22a70af5308a01fcd6d1a58dbd4f7c80f769 (patch) | |
tree | 677a5e9b199378121b5de14126f70330d4510170 /print | |
parent | Add kqueue() support for recent versions of -stable as well now that (diff) |
added post installation note, to apply patch for lpr.c,
if you want apsfilters so called "CLASS support" when suppressing the
printing of banner page.
CLASS support enables you to enter gs driver specific commands
on the command line via lpr's -C option, i.e.:
lpr -C high:presentation file.ps
Normally this only works when you configure lpd to print the banner page.
Only then additional lines are inserted in the print jobs control file.
apsfilters standard printcap installation always uses :sh:,
therefore you need the patch for lpr.c, to write those "CLASS informations"
into the print jobs control file, no matter if :sh: is configured in
printcap or not.
Notes
Notes:
svn path=/head/; revision=28775
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/scripts/configure | 7 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index f869602e210d..f0800f3b7467 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -159,5 +159,10 @@ then echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" fi + echo " @\${ECHO} \"*** Please Note *** \"" + echo " @\${ECHO} \"To enable so called CLASS support without printing *** \"" + echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \"" + echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \"" + echo " @\${ECHO} \"--------------------------------------------------------\"" echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" + echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index f869602e210d..f0800f3b7467 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -159,5 +159,10 @@ then echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" fi + echo " @\${ECHO} \"*** Please Note *** \"" + echo " @\${ECHO} \"To enable so called CLASS support without printing *** \"" + echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \"" + echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \"" + echo " @\${ECHO} \"--------------------------------------------------------\"" echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" - echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" + echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" |