Tweaks, from discussion with jakemsr@
This commit is contained in:
parent
5db42ca029
commit
21b4f61f90
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: README,v 1.3 2010/12/20 11:40:39 ajacoutot Exp $
|
$OpenBSD: README,v 1.4 2011/01/17 23:24:40 ajacoutot Exp $
|
||||||
|
|
||||||
Using sane(7) under OpenBSD
|
Using sane(7) under OpenBSD
|
||||||
===========================
|
===========================
|
||||||
@ -8,7 +8,7 @@ First read ${TRUEPREFIX}/share/doc/sane-backends/PROBLEMS.
|
|||||||
USB
|
USB
|
||||||
---
|
---
|
||||||
Since USB scanning will be handled by libusb, you need to allow the
|
Since USB scanning will be handled by libusb, you need to allow the
|
||||||
_cups user rw access to the corresponding USB endpoint. To do so, find
|
_cups user access to the corresponding USB endpoint. To do so, find
|
||||||
where your scanner is attached to using dmesg(8) then change the
|
where your scanner is attached to using dmesg(8) then change the
|
||||||
ownerships accordingly.
|
ownerships accordingly.
|
||||||
ugenX = /dev/ugenX
|
ugenX = /dev/ugenX
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.95 2011/01/16 23:03:10 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.96 2011/01/17 23:24:40 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= Common Unix Printing System
|
COMMENT= Common Unix Printing System
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ VERSION= 1.4.6
|
|||||||
DISTNAME= cups-${VERSION}-source
|
DISTNAME= cups-${VERSION}-source
|
||||||
PKGNAME= cups-${VERSION}
|
PKGNAME= cups-${VERSION}
|
||||||
|
|
||||||
REVISION= 0
|
REVISION= 1
|
||||||
|
|
||||||
# Allow both ulpt(4) and libusb based backends to work together.
|
# Allow both ulpt(4) and libusb based backends to work together.
|
||||||
# See http://www.cups.org/str.php?L3357
|
# See http://www.cups.org/str.php?L3357
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: README,v 1.4 2011/01/16 23:03:10 ajacoutot Exp $
|
$OpenBSD: README,v 1.5 2011/01/17 23:24:40 ajacoutot Exp $
|
||||||
|
|
||||||
Using CUPS under OpenBSD
|
Using CUPS under OpenBSD
|
||||||
========================
|
========================
|
||||||
@ -24,7 +24,7 @@ the device can accept more data (http://www.cups.org/str.php?L3028)
|
|||||||
Required steps for libusb based printing
|
Required steps for libusb based printing
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
If you choose to make your USB printer use libusb, you need to allow the
|
If you choose to make your USB printer use libusb, you need to allow the
|
||||||
_cups user rw access to the corresponding USB endpoint. To do so, find
|
_cups user access to the corresponding USB endpoint. To do so, find
|
||||||
where your printer is attached to using dmesg(8) then change the
|
where your printer is attached to using dmesg(8) then change the
|
||||||
ownerships accordingly.
|
ownerships accordingly.
|
||||||
ugenX = /dev/ugenX
|
ugenX = /dev/ugenX
|
||||||
|
Loading…
Reference in New Issue
Block a user