summaryrefslogtreecommitdiff
path: root/print/apsfilter6/scripts/configure
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-08-27 15:56:34 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-08-27 15:56:34 +0000
commit8b8a1ef16f0559c43a1af3f48cbac65085fb4259 (patch)
tree4d70a6c65e3e96c27f5cf3012678fc9f1e63f99b /print/apsfilter6/scripts/configure
parentUpdate to version 1.5.7. (diff)
Update to todays snapshot which offers new features and bugfixes.
Update to this snap is highly recommended. Michael Loßin <phallobst@web.de> -------------------------------- Here are some small changes to the duplex code, more class stuff and several minor tweaks: * duplex printing: - "forced simplex" mode was totally fscked up (infinite loop _and_ wrong print command) - use psselect _or_ pstops to extract odd/even pages - one less temporary file * new function send_mail for duplex and failure messages * DVIPS_REVERSE and ACROREAD_REVERSE are gone; PS_UTILS should be used to correct _all_ file formats * new class options: - a3,a4,letter,legal,ledger (paper size) - a2ps,mpage,recode (ASCII filter) - 1pps,2pps,4pps,8pps (pages per sheet) - border,noborder,header,noheader (ASCII style) - landscape (force orientation for ASCII and DVI) - simplex (force non-duplex mode) - color,mono (color handling) * FAQ update * slight manpage fixes * Makefile fixes * small cosmetic changes here and there changes from me: ---------------- * SETUP: A -> abort, I -> install a printer, Q finish installation I think quit is the usual leave operation * hint for FreeBSD ports collection, not to install manpages * SETUP, apsfilter: Change my mail address to andreas@apsfilter.org * SETUP: make more clear how to restart the lineprinter scheduler * SETUP: install_man_pages: - document 'default' to not install manpages when simply hitting RETURN, ie. when installing from FreeBSD ports collection - its not clear if FreeBSD user used ports collection or not, so ask if manual pages should be installed or not * SETUP: save 2 seconds sleep by combining a message * FAQ, use the SGML based version Changes to the FAQ should directly be made to the doc tree ! * TODO: remove resolved items, update some ITEMS and one new.
Notes
Notes: svn path=/head/; revision=32035
Diffstat (limited to '')
-rw-r--r--print/apsfilter6/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index 2d1cdac981f6..3724a4c41bc2 100644
--- a/print/apsfilter6/scripts/configure
+++ b/print/apsfilter6/scripts/configure
@@ -169,4 +169,4 @@ fi
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}/share/apsfilter; ./SETUP \""