diff options
author | andreas <andreas@FreeBSD.org> | 2000-05-26 19:38:03 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-05-26 19:38:03 +0000 |
commit | 8c656ba4c13929331419f2c0372928c9bc45e1e0 (patch) | |
tree | b3dfadce8a7fa17576636cbd3842d33748b09ebc /print/apsfilter | |
parent | 07c3079b81d334df7c281f25f37ad0a9baeeacb1 (diff) | |
download | FreeBSD-ports-8c656ba4c13929331419f2c0372928c9bc45e1e0.zip FreeBSD-ports-8c656ba4c13929331419f2c0372928c9bc45e1e0.tar.gz |
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.
Diffstat (limited to 'print/apsfilter')
-rw-r--r-- | print/apsfilter/scripts/configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index f869602..f0800f3 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 \"" |