summaryrefslogtreecommitdiff
path: root/print/bjfilter860
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-07-31 01:40:38 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-07-31 01:40:38 +0000
commit279f34e177850e262b9c89372b51e676fbfba3f6 (patch)
treea3769d9ad21fa652bb61b848e16bba80e3b5fc31 /print/bjfilter860
parentUnbreak this port by using ${GTK_VERSION} instead of (non-existent, on (diff)
Modify pkg-descr's (correct the usage)
Notes
Notes: svn path=/head/; revision=45638
Diffstat (limited to 'print/bjfilter860')
-rw-r--r--print/bjfilter860/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/bjfilter860/pkg-descr b/print/bjfilter860/pkg-descr
index 2e5cafe3f326..9652cbdcaedd 100644
--- a/print/bjfilter860/pkg-descr
+++ b/print/bjfilter860/pkg-descr
@@ -10,24 +10,24 @@ WWW: http://www.canon-sales.co.jp/drv-upd/linux/bjlinux100.html
file:/usr/local/share/doc/bjfiltercom-1.1_1/html/FAQ.HTM
And then this port has filters filter860 and filter860_gui which are
-useful to print out more than one page. If you use it, you add the
-next entry into /etc/printcap.
+useful to print out more than one page. If you use it and connect it
+via "ulpt", you add the next entry into /etc/printcap.
bjfilter860|Canon BJ F860:\
- :lp=/dev/lpt0:\
+ :lp=/dev/ulpt0:\
:sh:\
:if=/usr/local/libexec/bjfilter860/filter860:\
:sd=/var/spool/lpd/bjfilter860:\
:mx#0:\
:lf=/var/log/lpd-errs
bjfilter860_gui|Canon BJ F860 with GUI:\
- :lp=/dev/lpt0:\
+ :lp=/dev/ulpt0:\
:sh:\
:if=/usr/local/libexec/bjfilter860/filter860_gui:\
:sd=/var/spool/lpd/bjfilter860_gui:\
:mx#0:\
:lf=/var/log/lpd-errs
-Notice: If you use filter860_gui then the host which you are using
-have to be the printer saver. Then before using it, you have to run X
-and execute "xhost localhost".
+Notice: If you use filter860_gui in the printer server, for example
+hostA then you have to run X, execute "xhost hostA" and execute "lpr" on
+the host which you are using.