summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-05-26 19:38:03 +0000
committerandreas <andreas@FreeBSD.org>2000-05-26 19:38:03 +0000
commit8c656ba4c13929331419f2c0372928c9bc45e1e0 (patch)
treeb3dfadce8a7fa17576636cbd3842d33748b09ebc /print
parent07c3079b81d334df7c281f25f37ad0a9baeeacb1 (diff)
downloadFreeBSD-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')
-rw-r--r--print/apsfilter/scripts/configure7
-rw-r--r--print/apsfilter6/scripts/configure7
2 files changed, 12 insertions, 2 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 \""
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index f869602..f0800f3 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 \""
OpenPOWER on IntegriCloud