summaryrefslogtreecommitdiff
path: root/print/apsfilter6
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-05-26 19:38:03 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-05-26 19:38:03 +0000
commit70cd22a70af5308a01fcd6d1a58dbd4f7c80f769 (patch)
tree677a5e9b199378121b5de14126f70330d4510170 /print/apsfilter6
parentAdd 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/apsfilter6')
-rw-r--r--print/apsfilter6/scripts/configure7
1 files changed, 6 insertions, 1 deletions
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 \""